#553E3E

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

Shades of Woody Brown #553E3E

Tints of Woody Brown #553E3E

Color information

#553E3E (or 0x553E3E) is unknown color: approx Woody Brown. HEX triplet: 55, 3E and 3E. RGB value is (85,62,62). Sum of RGB (Red+Green+Blue) = 85+62+62=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E3E is #AAC1C1. Grayscale: #444444. Windows color (decimal): -11190722 or 4079189. OLE color: 4079189.

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

Color convert

RGB856262-
CMYK00.270.270.67
HSL15.65%28.82%-
HSV(B)27.06%33.33%-
XYZ6.345.725.33-
YUV68.88124.12139.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=40.67%
G=29.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85626200.270.270.67015.6528.82
Hex553E3E01B1B430101d
Octal12576760333310302035
Binary101010111111011111001101111011100001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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