#553D35

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

Shades of Very Dark Brown #553D35

Tints of Very Dark Brown #553D35

Color information

#553D35 (or 0x553D35) is unknown color: approx Very Dark Brown. HEX triplet: 55, 3D and 35. RGB value is (85,61,53). Sum of RGB (Red+Green+Blue) = 85+61+53=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #553D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D35 is #AAC2CA. Grayscale: #434343. Windows color (decimal): -11190987 or 3489109. OLE color: 3489109.

HSL color Cylindrical-coordinate representation of color #553D35: hue angle of 15º 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 #553D35 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB856153-
CMYK00.280.380.67
HSL15º23.19%27.06%-
HSV(B)15º37.65%33.33%-
XYZ6.065.534.12-
YUV67.26119.95140.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=42.71%
G=30.65%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85615300.280.380.671523.1927.06
Hex553D3501C2643f171b
Octal125756503446103172733
Binary1010101111101110101011100100110100001111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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