Html Css Color HEX #5F4705 Raw Umber

📋 copy color: '#5F4705'

red 95 ◦ green 71 ◦ blue 5

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

Shades of Raw Umber #5F4705

Tints of Raw Umber #5F4705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 55.56%
G = 41.52%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.63

RGB Variations

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

Color information

#5F4705 (or 0x5F4705) is known color: Raw Umber. HEX triplet: 5F, 47 and 05. RGB value is (95,71,5). Sum of RGB (Red+Green+Blue) = 95+71+5=171 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.56% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4705 is #A0B8FA. Grayscale: #464646. Windows color (decimal): -10533115 or 345951. OLE color: 345951.

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

Color convert

RGB 95 71 5 -
CMYK 0 0.25 0.95 0.63
HSL 44º 0.9% 0.2% -
HSV(B) 44º 0.95% 0.37% -
XYZ 7 6.95 1.12 -
YUV 70.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 95 71 5 0 0.25 0.95 0.63 44 0.9 0.2
Hex 5F 47 5 0 19 5F 3F 2C 5A 14
Octal 137 107 5 0 31 137 77 54 132 24
Binary 1011111 1000111 101 0 11001 1011111 111111 101100 1011010 10100

Color Harmonies of #5F4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4705

Black with #5F4705

Text Example


Text Example

White with #5F4705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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