Html Css Color HEX #5F4908 Raw Umber

📋 copy color: '#5F4908'

red 95 ◦ green 73 ◦ blue 8

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

Shades of Raw Umber #5F4908

Tints of Raw Umber #5F4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 53.98%
G = 41.48%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.63

RGB Variations

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

Color information

#5F4908 (or 0x5F4908) is known color: Raw Umber. HEX triplet: 5F, 49 and 08. RGB value is (95,73,8). Sum of RGB (Red+Green+Blue) = 95+73+8=176 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.98% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4908 is #A0B6F7. Grayscale: #484848. Windows color (decimal): -10532600 or 543071. OLE color: 543071.

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

Color convert

RGB 95 73 8 -
CMYK 0 0.23 0.92 0.63
HSL 44.83º 0.84% 0.2% -
HSV(B) 44.83º 0.92% 0.37% -
XYZ 7.15 7.22 1.25 -
YUV 72.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 95 73 8 0 0.23 0.92 0.63 44.83 0.84 0.2
Hex 5F 49 8 0 17 5C 3F 2D 54 14
Octal 137 111 10 0 27 134 77 55 124 24
Binary 1011111 1001001 1000 0 10111 1011100 111111 101101 1010100 10100

Color Harmonies of #5F4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4908

Black with #5F4908

Text Example


Text Example

White with #5F4908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,73,8); }

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

background-color css

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

 a { background-color: rgb(95,73,8); }

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

border-color css

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

 span { border-color: rgb(95,73,8); }

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