Html Css Color HEX #704F14 Raw Umber

📋 copy color: '#704F14'

red 112 ◦ green 79 ◦ blue 20

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

Shades of Raw Umber #704F14

Tints of Raw Umber #704F14

RGB

 RED value IS 112 (44.14% from 255) = 53.08%

 GREEN value IS 79 (31.25% from 255) = 37.44%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 53.08%
G = 37.44%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#704F14 (or 0x704F14) is known color: Raw Umber. HEX triplet: 70, 4F and 14. RGB value is (112,79,20). Sum of RGB (Red+Green+Blue) = 112+79+20=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F14 is #8FB0EB. Grayscale: #525252. Windows color (decimal): -9416940 or 1331056. OLE color: 1331056.

HSL color Cylindrical-coordinate representation of color #704F14: hue angle of 38.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #704F14 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 79 20 -
CMYK 0 0.29 0.82 0.56
HSL 38.48º 0.7% 0.26% -
HSV(B) 38.48º 0.82% 0.44% -
XYZ 9.6 9.09 1.91 -
YUV 82.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 112 79 20 0 0.29 0.82 0.56 38.48 0.7 0.26
Hex 70 4F 14 0 1D 52 38 26 46 1A
Octal 160 117 24 0 35 122 70 46 106 32
Binary 1110000 1001111 10100 0 11101 1010010 111000 100110 1000110 11010

Color Harmonies of #704F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F14

Black with #704F14

Text Example


Text Example

White with #704F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F14; }

 p { color: rgb(112,79,20); }

 H1.HeaderClassName
 {
   color: #704F14;
 }
 .AnyTagClassName
 {
   color: #704F14;
 }
</style>

background-color css

<style>
 a { background-color: #704F14; }

 a { background-color: rgb(112,79,20); }

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

border-color css

<style>
 span { border-color: #704F14; }

 span { border-color: rgb(112,79,20); }

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