#553C34

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

Shades of Very Dark Brown #553C34

Tints of Very Dark Brown #553C34

Color information

#553C34 (or 0x553C34) is unknown color: approx Very Dark Brown. HEX triplet: 55, 3C and 34. RGB value is (85,60,52). Sum of RGB (Red+Green+Blue) = 85+60+52=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C34 is #AAC3CB. Grayscale: #424242. Windows color (decimal): -11191244 or 3423317. OLE color: 3423317.

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

Color convert

RGB856052-
CMYK00.290.390.67
HSL14.55º24.09%26.86%-
HSV(B)14.55º38.82%33.33%-
XYZ5.985.413.98-
YUV66.56119.78141.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=43.15%
G=30.46%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85605200.290.390.6714.5524.0926.86
Hex553C3401D2743f181b
Octal125746403547103173033
Binary1010101111100110100011101100111100001111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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