Html Css Color HEX #5F4804 Raw Umber

📋 copy color: '#5F4804'

red 95 ◦ green 72 ◦ blue 4

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

Shades of Raw Umber #5F4804

Tints of Raw Umber #5F4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.11%

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 55.56%
G = 42.11%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5F4804 (or 0x5F4804) is known color: Raw Umber. HEX triplet: 5F, 48 and 04. RGB value is (95,72,4). Sum of RGB (Red+Green+Blue) = 95+72+4=171 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.56% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4804 is #A0B7FB. Grayscale: #474747. Windows color (decimal): -10532860 or 280671. OLE color: 280671.

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

Color convert

RGB 95 72 4 -
CMYK 0 0.24 0.96 0.63
HSL 44.84º 0.92% 0.19% -
HSV(B) 44.84º 0.96% 0.37% -
XYZ 7.06 7.08 1.11 -
YUV 71.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 95 72 4 0 0.24 0.96 0.63 44.84 0.92 0.19
Hex 5F 48 4 0 18 60 3F 2D 5C 13
Octal 137 110 4 0 30 140 77 55 134 23
Binary 1011111 1001000 100 0 11000 1100000 111111 101101 1011100 10011

Color Harmonies of #5F4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4804

Black with #5F4804

Text Example


Text Example

White with #5F4804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,72,4); }

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

background-color css

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

 a { background-color: rgb(95,72,4); }

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

border-color css

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

 span { border-color: rgb(95,72,4); }

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