Html Css Color HEX #5F4010 Dark Brown

📋 copy color: '#5F4010'

red 95 ◦ green 64 ◦ blue 16

#5F4010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #5F4010

Tints of Dark Brown #5F4010

RGB

 RED value IS 95 (37.5% from 255) = 54.29%

 GREEN value IS 64 (25.39% from 255) = 36.57%

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 54.29%
G = 36.57%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.63

RGB Variations

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

Color information

#5F4010 (or 0x5F4010) is known color: Dark Brown. HEX triplet: 5F, 40 and 10. RGB value is (95,64,16). Sum of RGB (Red+Green+Blue) = 95+64+16=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4010 is #A0BFEF. Grayscale: #444444. Windows color (decimal): -10534896 or 1065055. OLE color: 1065055.

HSL color Cylindrical-coordinate representation of color #5F4010: hue angle of 36.46º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F4010 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 64 16 -
CMYK 0 0.33 0.83 0.63
HSL 36.46º 0.71% 0.22% -
HSV(B) 36.46º 0.83% 0.37% -
XYZ 6.65 6.14 1.32 -
YUV 67.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 95 64 16 0 0.33 0.83 0.63 36.46 0.71 0.22
Hex 5F 40 10 0 21 53 3F 24 47 16
Octal 137 100 20 0 41 123 77 44 107 26
Binary 1011111 1000000 10000 0 100001 1010011 111111 100100 1000111 10110

Color Harmonies of #5F4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4010

Black with #5F4010

Text Example


Text Example

White with #5F4010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,16); }

 H1.HeaderClassName
 {
   color: #5F4010;
 }
 .AnyTagClassName
 {
   color: #5F4010;
 }
</style>

background-color css

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

 a { background-color: rgb(95,64,16); }

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

border-color css

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

 span { border-color: rgb(95,64,16); }

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