#5F4821

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

Shades of Dark Brown #5F4821

Tints of Dark Brown #5F4821

Color information

#5F4821 (or 0x5F4821) is unknown color: approx Dark Brown. HEX triplet: 5F, 48 and 21. RGB value is (95,72,33). Sum of RGB (Red+Green+Blue) = 95+72+33=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4821 is #A0B7DE. Grayscale: #4A4A4A. Windows color (decimal): -10532831 or 2181215. OLE color: 2181215.

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

Color convert

RGB957233-
CMYK00.240.650.63
HSL37.74º48.44%25.1%-
HSV(B)37.74º65.26%37.25%-
XYZ7.317.182.44-
YUV74.43104.62142.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=47.5%
G=36%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95723300.240.650.6337.7448.4425.1
Hex5F4821018413F263019
Octal1371104103010177466031
Binary10111111001000100001011000100000111111110011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,72,33); }

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

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

 a { background-color: rgb(95,72,33); }

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

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

 span { border-color: rgb(95,72,33); }

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