#553D3D

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

Shades of Woody Brown #553D3D

Tints of Woody Brown #553D3D

Color information

#553D3D (or 0x553D3D) is unknown color: approx Woody Brown. HEX triplet: 55, 3D and 3D. RGB value is (85,61,61). Sum of RGB (Red+Green+Blue) = 85+61+61=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #553D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D3D is #AAC2C2. Grayscale: #444444. Windows color (decimal): -11190979 or 4013397. OLE color: 4013397.

HSL color Cylindrical-coordinate representation of color #553D3D: 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.28%. Process color model (Four color, CMYK) of #553D3D is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB856161-
CMYK00.280.280.67
HSL16.44%28.63%-
HSV(B)28.24%33.33%-
XYZ6.265.615.17-
YUV68.18123.95140-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=41.06%
G=29.47%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85616100.280.280.67016.4428.63
Hex553D3D01C1C430101d
Octal12575750343410302035
Binary101010111110111110101110011100100001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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