#55423C

Color #55423C Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #55423C

Tints of Very Dark Brown #55423C

Color information

#55423C (or 0x55423C) is unknown color: approx Very Dark Brown. HEX triplet: 55, 42 and 3C. RGB value is (85,66,60). Sum of RGB (Red+Green+Blue) = 85+66+60=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423C is #AABDC3. Grayscale: #474747. Windows color (decimal): -11189700 or 3949141. OLE color: 3949141.

HSL color Cylindrical-coordinate representation of color #55423C: hue angle of 14.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55423C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB856660-
CMYK00.220.290.67
HSL14.4º17.24%28.43%-
HSV(B)14.4º29.41%33.33%-
XYZ6.516.155.12-
YUV71121.79137.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=40.28%
G=31.28%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85666000.220.290.6714.417.2428.43
Hex55423C0161D43e111c
Octal1251027402635103162134
Binary1010101100001011110001011011101100001111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55423C; }

 p { color: rgb(85,66,60); }

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

<style>
 a { background-color: #55423C; }

 a { background-color: rgb(85,66,60); }

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

<style>
 span { border-color: #55423C; }

 span { border-color: rgb(85,66,60); }

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