#552B23

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

Shades of Caput Mortuum #552B23

Tints of Caput Mortuum #552B23

Color information

#552B23 (or 0x552B23) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2B and 23. RGB value is (85,43,35). Sum of RGB (Red+Green+Blue) = 85+43+35=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #552B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B23 is #AAD4DC. Grayscale: #363636. Windows color (decimal): -11195613 or 2304853. OLE color: 2304853.

HSL color Cylindrical-coordinate representation of color #552B23: hue angle of 9.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552B23 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB854335-
CMYK00.490.590.67
HSL9.6º41.67%23.53%-
HSV(B)9.6º58.82%33.33%-
XYZ4.913.782.06-
YUV54.65116.91149.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=52.15%
G=26.38%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85433500.490.590.679.641.6723.53
Hex552B230313B43a2a18
Octal125534306173103125230
Binary101010110101110001101100011110111000011101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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