Html Css Color HEX #705214 Raw Umber

📋 copy color: '#705214'

red 112 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #705214

Tints of Raw Umber #705214

RGB

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

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

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

R = 52.34%
G = 38.32%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#705214 (or 0x705214) is known color: Raw Umber. HEX triplet: 70, 52 and 14. RGB value is (112,82,20). Sum of RGB (Red+Green+Blue) = 112+82+20=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705214 is #8FADEB. Grayscale: #545454. Windows color (decimal): -9416172 or 1331824. OLE color: 1331824.

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

Color convert

RGB 112 82 20 -
CMYK 0 0.27 0.82 0.56
HSL 40.43º 0.7% 0.26% -
HSV(B) 40.43º 0.82% 0.44% -
XYZ 9.83 9.53 1.98 -
YUV 83.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 112 82 20 0 0.27 0.82 0.56 40.43 0.7 0.26
Hex 70 52 14 0 1B 52 38 28 46 1A
Octal 160 122 24 0 33 122 70 50 106 32
Binary 1110000 1010010 10100 0 11011 1010010 111000 101000 1000110 11010

Color Harmonies of #705214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705214

Black with #705214

Text Example


Text Example

White with #705214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705214; }

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

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

background-color css

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

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

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

border-color css

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

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

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