Html Css Color HEX #5F5204 Raw Umber

📋 copy color: '#5F5204'

red 95 ◦ green 82 ◦ blue 4

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

Shades of Raw Umber #5F5204

Tints of Raw Umber #5F5204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.3%

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

R = 52.49%
G = 45.3%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5F5204 (or 0x5F5204) is known color: Raw Umber. HEX triplet: 5F, 52 and 04. RGB value is (95,82,4). Sum of RGB (Red+Green+Blue) = 95+82+4=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5204 is #A0ADFB. Grayscale: #4D4D4D. Windows color (decimal): -10530300 or 283231. OLE color: 283231.

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

Color convert

RGB 95 82 4 -
CMYK 0 0.14 0.96 0.63
HSL 51.43º 0.92% 0.19% -
HSV(B) 51.43º 0.96% 0.37% -
XYZ 7.76 8.48 1.34 -
YUV 77 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 95 82 4 0 0.14 0.96 0.63 51.43 0.92 0.19
Hex 5F 52 4 0 E 60 3F 33 5C 13
Octal 137 122 4 0 16 140 77 63 134 23
Binary 1011111 1010010 100 0 1110 1100000 111111 110011 1011100 10011

Color Harmonies of #5F5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5204

Black with #5F5204

Text Example


Text Example

White with #5F5204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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