Html Css Color HEX #705414 Raw Umber

📋 copy color: '#705414'

red 112 ◦ green 84 ◦ blue 20

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

Shades of Raw Umber #705414

Tints of Raw Umber #705414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.89%

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

R = 51.85%
G = 38.89%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#705414 (or 0x705414) is known color: Raw Umber. HEX triplet: 70, 54 and 14. RGB value is (112,84,20). Sum of RGB (Red+Green+Blue) = 112+84+20=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #705414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705414 is #8FABEB. Grayscale: #555555. Windows color (decimal): -9415660 or 1332336. OLE color: 1332336.

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

Color convert

RGB 112 84 20 -
CMYK 0 0.25 0.82 0.56
HSL 41.74º 0.7% 0.26% -
HSV(B) 41.74º 0.82% 0.44% -
XYZ 9.98 9.84 2.03 -
YUV 85.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 112 84 20 0 0.25 0.82 0.56 41.74 0.7 0.26
Hex 70 54 14 0 19 52 38 2A 46 1A
Octal 160 124 24 0 31 122 70 52 106 32
Binary 1110000 1010100 10100 0 11001 1010010 111000 101010 1000110 11010

Color Harmonies of #705414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705414

Black with #705414

Text Example


Text Example

White with #705414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705414; }

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

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

background-color css

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

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

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

border-color css

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

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

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