#55423B

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

Shades of Very Dark Brown #55423B

Tints of Very Dark Brown #55423B

Color information

#55423B (or 0x55423B) is unknown color: approx Very Dark Brown. HEX triplet: 55, 42 and 3B. RGB value is (85,66,59). Sum of RGB (Red+Green+Blue) = 85+66+59=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423B is #AABDC4. Grayscale: #464646. Windows color (decimal): -11189701 or 3883605. OLE color: 3883605.

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

Color convert

RGB856659-
CMYK00.220.310.67
HSL16.15º18.06%28.24%-
HSV(B)16.15º30.59%33.33%-
XYZ6.486.144.98-
YUV70.88121.29138.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 59 (23.44% from 255) = 28.10%
R=40.48%
G=31.43%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85665900.220.310.6716.1518.0628.24
Hex55423B0161F4310121c
Octal1251027302637103202234
Binary10101011000010111011010110111111000011100001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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