#552B22

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

Shades of Caput Mortuum #552B22

Tints of Caput Mortuum #552B22

Color information

#552B22 (or 0x552B22) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2B and 22. RGB value is (85,43,34). Sum of RGB (Red+Green+Blue) = 85+43+34=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #552B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B22 is #AAD4DD. Grayscale: #363636. Windows color (decimal): -11195614 or 2239317. OLE color: 2239317.

HSL color Cylindrical-coordinate representation of color #552B22: hue angle of 10.59º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552B22 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB854334-
CMYK00.490.600.67
HSL10.59º42.86%23.33%-
HSV(B)10.59º60%33.33%-
XYZ4.93.771.98-
YUV54.53116.41149.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 34 (13.67% from 255) = 20.99%
R=52.47%
G=26.54%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85433400.490.600.6710.5942.8623.33
Hex552B220313C43b2b17
Octal125534206174103135327
Binary101010110101110001001100011111001000011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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