#532D25

Color #532D25 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #532D25

Tints of Caput Mortuum #532D25

Color information

#532D25 (or 0x532D25) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2D and 25. RGB value is (83,45,37). Sum of RGB (Red+Green+Blue) = 83+45+37=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D25 is #ACD2DA. Grayscale: #373737. Windows color (decimal): -11326171 or 2436435. OLE color: 2436435.

HSL color Cylindrical-coordinate representation of color #532D25: hue angle of 10.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532D25 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB834537-
CMYK00.460.550.67
HSL10.43º38.33%23.53%-
HSV(B)10.43º55.42%32.55%-
XYZ4.843.852.24-
YUV55.45117.59147.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=50.30%
G=27.27%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83453700.460.550.6710.4338.3323.53
Hex532D2502E3743a2618
Octal123554505667103124630
Binary101001110110110010101011101101111000011101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532D25; }

 p { color: rgb(83,45,37); }

 H1.HeaderClassName
 {
   color: #532D25;
 }
 .AnyTagClassName
 {
   color: #532D25;
 }
</style>
background-color css

<style>
 a { background-color: #532D25; }

 a { background-color: rgb(83,45,37); }

 div.DivClassName
 {
   background-color: #532D25;
 }
 .BgClassName
 {
   background-color: #532D25;
 }
</style>
border-color css

<style>
 span { border-color: #532D25; }

 span { border-color: rgb(83,45,37); }

 td.TdClassName
 {
   border-color: #532D25;
 }
 .TagClassName
 {
   border-color: #532D25;
 }
</style>