Html Css Color HEX #5F5004 Raw Umber

📋 copy color: '#5F5004'

red 95 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #5F5004

Tints of Raw Umber #5F5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

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

R = 53.07%
G = 44.69%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5F5004 (or 0x5F5004) is known color: Raw Umber. HEX triplet: 5F, 50 and 04. RGB value is (95,80,4). Sum of RGB (Red+Green+Blue) = 95+80+4=179 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.07% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5004 is #A0AFFB. Grayscale: #4C4C4C. Windows color (decimal): -10530812 or 282719. OLE color: 282719.

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

Color convert

RGB 95 80 4 -
CMYK 0 0.16 0.96 0.63
HSL 50.11º 0.92% 0.19% -
HSV(B) 50.11º 0.96% 0.37% -
XYZ 7.61 8.18 1.29 -
YUV 75.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 95 80 4 0 0.16 0.96 0.63 50.11 0.92 0.19
Hex 5F 50 4 0 10 60 3F 32 5C 13
Octal 137 120 4 0 20 140 77 62 134 23
Binary 1011111 1010000 100 0 10000 1100000 111111 110010 1011100 10011

Color Harmonies of #5F5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5004

Black with #5F5004

Text Example


Text Example

White with #5F5004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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