#553D33

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

Shades of Very Dark Brown #553D33

Tints of Very Dark Brown #553D33

Color information

#553D33 (or 0x553D33) is unknown color: approx Very Dark Brown. HEX triplet: 55, 3D and 33. RGB value is (85,61,51). Sum of RGB (Red+Green+Blue) = 85+61+51=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D33 is #AAC2CC. Grayscale: #434343. Windows color (decimal): -11190989 or 3358037. OLE color: 3358037.

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

Color convert

RGB856151-
CMYK00.280.400.67
HSL17.65º25%26.67%-
HSV(B)17.65º40%33.33%-
XYZ6.015.513.88-
YUV67.04118.95140.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=43.15%
G=30.96%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85615100.280.400.6717.652526.67
Hex553D3301C284312191b
Octal125756303450103223133
Binary10101011111011100110111001010001000011100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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