#553E35

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

Shades of Very Dark Brown #553E35

Tints of Very Dark Brown #553E35

Color information

#553E35 (or 0x553E35) is unknown color: approx Very Dark Brown. HEX triplet: 55, 3E and 35. RGB value is (85,62,53). Sum of RGB (Red+Green+Blue) = 85+62+53=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E35 is #AAC1CA. Grayscale: #434343. Windows color (decimal): -11190731 or 3489365. OLE color: 3489365.

HSL color Cylindrical-coordinate representation of color #553E35: hue angle of 16.87º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553E35 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB856253-
CMYK00.270.380.67
HSL16.87º23.19%27.06%-
HSV(B)16.87º37.65%33.33%-
XYZ6.115.634.13-
YUV67.85119.62140.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=42.5%
G=31%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85625300.270.380.6716.8723.1927.06
Hex553E3501B264311171b
Octal125766503346103212733
Binary10101011111101101010110111001101000011100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E35; }

 p { color: rgb(85,62,53); }

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

<style>
 a { background-color: #553E35; }

 a { background-color: rgb(85,62,53); }

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

<style>
 span { border-color: #553E35; }

 span { border-color: rgb(85,62,53); }

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