#552E23

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

Shades of Caput Mortuum #552E23

Tints of Caput Mortuum #552E23

Color information

#552E23 (or 0x552E23) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2E and 23. RGB value is (85,46,35). Sum of RGB (Red+Green+Blue) = 85+46+35=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #552E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E23 is #AAD1DC. Grayscale: #383838. Windows color (decimal): -11194845 or 2305621. OLE color: 2305621.

HSL color Cylindrical-coordinate representation of color #552E23: hue angle of 13.2º 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 #552E23 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB854635-
CMYK00.460.590.67
HSL13.2º41.67%23.53%-
HSV(B)13.2º58.82%33.33%-
XYZ5.034.012.1-
YUV56.41115.92148.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=51.20%
G=27.71%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85463500.460.590.6713.241.6723.53
Hex552E2302E3B43d2a18
Octal125564305673103155230
Binary101010110111010001101011101110111000011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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