#532B23

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

Shades of Caput Mortuum #532B23

Tints of Caput Mortuum #532B23

Color information

#532B23 (or 0x532B23) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2B and 23. RGB value is (83,43,35). Sum of RGB (Red+Green+Blue) = 83+43+35=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #532B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B23 is #ACD4DC. Grayscale: #363636. Windows color (decimal): -11326685 or 2304851. OLE color: 2304851.

HSL color Cylindrical-coordinate representation of color #532B23: hue angle of 10º 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 #532B23 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB834335-
CMYK00.480.580.67
HSL10º40.68%23.14%-
HSV(B)10º57.83%32.55%-
XYZ4.733.692.05-
YUV54.05117.25148.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=51.55%
G=26.71%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83433500.480.580.671040.6823.14
Hex532B230303A43a2917
Octal123534306072103125127
Binary101001110101110001101100001110101000011101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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