Html Css Color HEX #705014 Raw Umber

📋 copy color: '#705014'

red 112 ◦ green 80 ◦ blue 20

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

Shades of Raw Umber #705014

Tints of Raw Umber #705014

RGB

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

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

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

R = 52.83%
G = 37.74%
B = 9.43%

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

#705014 (or 0x705014) is known color: Raw Umber. HEX triplet: 70, 50 and 14. RGB value is (112,80,20). Sum of RGB (Red+Green+Blue) = 112+80+20=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705014 is #8FAFEB. Grayscale: #535353. Windows color (decimal): -9416684 or 1331312. OLE color: 1331312.

HSL color Cylindrical-coordinate representation of color #705014: hue angle of 39.13º 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 #705014 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 20 -
CMYK 0 0.29 0.82 0.56
HSL 39.13º 0.7% 0.26% -
HSV(B) 39.13º 0.82% 0.44% -
XYZ 9.68 9.23 1.93 -
YUV 82.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 112 80 20 0 0.29 0.82 0.56 39.13 0.7 0.26
Hex 70 50 14 0 1D 52 38 27 46 1A
Octal 160 120 24 0 35 122 70 47 106 32
Binary 1110000 1010000 10100 0 11101 1010010 111000 100111 1000110 11010

Color Harmonies of #705014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705014

Black with #705014

Text Example


Text Example

White with #705014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705014; }

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

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

background-color css

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

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

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

border-color css

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

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

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