#5F421E

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

Shades of Dark Brown #5F421E

Tints of Dark Brown #5F421E

Color information

#5F421E (or 0x5F421E) is unknown color: approx Dark Brown. HEX triplet: 5F, 42 and 1E. RGB value is (95,66,30). Sum of RGB (Red+Green+Blue) = 95+66+30=191 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.74% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 95 - color contains mainly: red. Hex color #5F421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F421E is #A0BDE1. Grayscale: #464646. Windows color (decimal): -10534370 or 1983071. OLE color: 1983071.

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

Color convert

RGB956630-
CMYK00.310.680.63
HSL33.23º52%24.51%-
HSV(B)33.23º68.42%37.25%-
XYZ6.96.422.1-
YUV70.57105.11145.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.74%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=49.74%
G=34.55%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95663000.310.680.6333.235224.51
Hex5F421E01F443F213419
Octal1371023603710477416431
Binary1011111100001011110011111100010011111110000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,66,30); }

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

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

 a { background-color: rgb(95,66,30); }

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

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

 span { border-color: rgb(95,66,30); }

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