Html Css Color HEX #5F4710 Raw Umber

📋 copy color: '#5F4710'

red 95 ◦ green 71 ◦ blue 16

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

Shades of Raw Umber #5F4710

Tints of Raw Umber #5F4710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.01%

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

R = 52.2%
G = 39.01%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.63

RGB Variations

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

Color information

#5F4710 (or 0x5F4710) is known color: Raw Umber. HEX triplet: 5F, 47 and 10. RGB value is (95,71,16). Sum of RGB (Red+Green+Blue) = 95+71+16=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4710 is #A0B8EF. Grayscale: #484848. Windows color (decimal): -10533104 or 1066847. OLE color: 1066847.

HSL color Cylindrical-coordinate representation of color #5F4710: hue angle of 41.77º 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 #5F4710 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 71 16 -
CMYK 0 0.25 0.83 0.63
HSL 41.77º 0.71% 0.22% -
HSV(B) 41.77º 0.83% 0.37% -
XYZ 7.07 6.98 1.46 -
YUV 71.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 95 71 16 0 0.25 0.83 0.63 41.77 0.71 0.22
Hex 5F 47 10 0 19 53 3F 2A 47 16
Octal 137 107 20 0 31 123 77 52 107 26
Binary 1011111 1000111 10000 0 11001 1010011 111111 101010 1000111 10110

Color Harmonies of #5F4710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4710

Black with #5F4710

Text Example


Text Example

White with #5F4710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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