#5F4527

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

Shades of Dark Brown #5F4527

Tints of Dark Brown #5F4527

Color information

#5F4527 (or 0x5F4527) is unknown color: approx Dark Brown. HEX triplet: 5F, 45 and 27. RGB value is (95,69,39). Sum of RGB (Red+Green+Blue) = 95+69+39=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4527 is #A0BAD8. Grayscale: #494949. Windows color (decimal): -10533593 or 2573663. OLE color: 2573663.

HSL color Cylindrical-coordinate representation of color #5F4527: hue angle of 32.14º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F4527 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.63.

Color convert

RGB956939-
CMYK00.270.590.63
HSL32.14º41.79%26.27%-
HSV(B)32.14º58.95%37.25%-
XYZ7.216.842.86-
YUV73.35108.61143.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=46.80%
G=33.99%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95693900.270.590.6332.1441.7926.27
Hex5F452701B3B3F202a1a
Octal137105470337377405232
Binary1011111100010110011101101111101111111110000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,69,39); }

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

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

 a { background-color: rgb(95,69,39); }

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

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

 span { border-color: rgb(95,69,39); }

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