#532D23

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

Shades of Caput Mortuum #532D23

Tints of Caput Mortuum #532D23

Color information

#532D23 (or 0x532D23) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2D and 23. RGB value is (83,45,35). Sum of RGB (Red+Green+Blue) = 83+45+35=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D23 is #ACD2DC. Grayscale: #373737. Windows color (decimal): -11326173 or 2305363. OLE color: 2305363.

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

Color convert

RGB834535-
CMYK00.460.580.67
HSL12.5º40.68%23.14%-
HSV(B)12.5º57.83%32.55%-
XYZ4.813.842.08-
YUV55.22116.59147.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=50.92%
G=27.61%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83453500.460.580.6712.540.6823.14
Hex532D2302E3A43d2917
Octal123554305672103155127
Binary101001110110110001101011101110101000011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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