Html Css Color HEX #5F4115 Dark Brown

📋 copy color: '#5F4115'

red 95 ◦ green 65 ◦ blue 21

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

Shades of Dark Brown #5F4115

Tints of Dark Brown #5F4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 52.49%
G = 35.91%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#5F4115 (or 0x5F4115) is known color: Dark Brown. HEX triplet: 5F, 41 and 15. RGB value is (95,65,21). Sum of RGB (Red+Green+Blue) = 95+65+21=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4115 is #A0BEEA. Grayscale: #454545. Windows color (decimal): -10534635 or 1392991. OLE color: 1392991.

HSL color Cylindrical-coordinate representation of color #5F4115: hue angle of 35.68º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F4115 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 65 21 -
CMYK 0 0.32 0.78 0.63
HSL 35.68º 0.64% 0.23% -
HSV(B) 35.68º 0.78% 0.37% -
XYZ 6.74 6.27 1.56 -
YUV 68.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 95 65 21 0 0.32 0.78 0.63 35.68 0.64 0.23
Hex 5F 41 15 0 20 4E 3F 24 40 17
Octal 137 101 25 0 40 116 77 44 100 27
Binary 1011111 1000001 10101 0 100000 1001110 111111 100100 1000000 10111

Color Harmonies of #5F4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4115

Black with #5F4115

Text Example


Text Example

White with #5F4115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,65,21); }

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

background-color css

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

 a { background-color: rgb(95,65,21); }

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

border-color css

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

 span { border-color: rgb(95,65,21); }

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