#5F3E1D

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

Shades of Dark Brown #5F3E1D

Tints of Dark Brown #5F3E1D

Color information

#5F3E1D (or 0x5F3E1D) is unknown color: approx Dark Brown. HEX triplet: 5F, 3E and 1D. RGB value is (95,62,29). Sum of RGB (Red+Green+Blue) = 95+62+29=186 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.08% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3E1D is #A0C1E2. Grayscale: #444444. Windows color (decimal): -10535395 or 1916511. OLE color: 1916511.

HSL color Cylindrical-coordinate representation of color #5F3E1D: hue angle of 30º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F3E1D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB956229-
CMYK00.350.690.63
HSL30º53.23%24.31%-
HSV(B)30º69.47%37.25%-
XYZ6.665.971.96-
YUV68.1105.93147.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.08%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=51.08%
G=33.33%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95622900.350.690.633053.2324.31
Hex5F3E1D023453F1e3518
Octal137763504310577366530
Binary101111111111011101010001110001011111111111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,62,29); }

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

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

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

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

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

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

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