#553C2E

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

Shades of Very Dark Brown #553C2E

Tints of Very Dark Brown #553C2E

Color information

#553C2E (or 0x553C2E) is unknown color: approx Very Dark Brown. HEX triplet: 55, 3C and 2E. RGB value is (85,60,46). Sum of RGB (Red+Green+Blue) = 85+60+46=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C2E is #AAC3D1. Grayscale: #414141. Windows color (decimal): -11191250 or 3030101. OLE color: 3030101.

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

Color convert

RGB856046-
CMYK00.290.460.67
HSL21.54º29.77%25.69%-
HSV(B)21.54º45.88%33.33%-
XYZ5.865.363.31-
YUV65.88116.78141.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=44.50%
G=31.41%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85604600.290.460.6721.5429.7725.69
Hex553C2E01D2E43161e1a
Octal125745603556103263632
Binary10101011111001011100111011011101000011101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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