#5D3F20

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

Shades of Dark Brown #5D3F20

Tints of Dark Brown #5D3F20

Color information

#5D3F20 (or 0x5D3F20) is unknown color: approx Dark Brown. HEX triplet: 5D, 3F and 20. RGB value is (93,63,32). Sum of RGB (Red+Green+Blue) = 93+63+32=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3F20 is #A2C0DF. Grayscale: #444444. Windows color (decimal): -10666208 or 2113373. OLE color: 2113373.

HSL color Cylindrical-coordinate representation of color #5D3F20: hue angle of 30.49º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3F20 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB936332-
CMYK00.320.660.64
HSL30.49º48.8%24.51%-
HSV(B)30.49º65.59%36.47%-
XYZ6.555.992.18-
YUV68.44107.44145.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.47%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=49.47%
G=33.51%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93633200.320.660.6430.4948.824.51
Hex5D3F2002042401e3119
Octal1357740040102100366131
Binary10111011111111000000100000100001010000001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D3F20; }

 p { color: rgb(93,63,32); }

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

<style>
 a { background-color: #5D3F20; }

 a { background-color: rgb(93,63,32); }

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

<style>
 span { border-color: #5D3F20; }

 span { border-color: rgb(93,63,32); }

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