Html Css Color HEX #704810 Raw Umber

📋 copy color: '#704810'

red 112 ◦ green 72 ◦ blue 16

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

Shades of Raw Umber #704810

Tints of Raw Umber #704810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 56%
G = 36%
B = 8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#704810 (or 0x704810) is known color: Raw Umber. HEX triplet: 70, 48 and 10. RGB value is (112,72,16). Sum of RGB (Red+Green+Blue) = 112+72+16=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704810 is #8FB7EF. Grayscale: #4D4D4D. Windows color (decimal): -9418736 or 1067120. OLE color: 1067120.

HSL color Cylindrical-coordinate representation of color #704810: hue angle of 35º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #704810 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 16 -
CMYK 0 0.36 0.86 0.56
HSL 35º 0.75% 0.25% -
HSV(B) 35º 0.86% 0.44% -
XYZ 9.09 8.12 1.58 -
YUV 77.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 112 72 16 0 0.36 0.86 0.56 35 0.75 0.25
Hex 70 48 10 0 24 56 38 23 4B 19
Octal 160 110 20 0 44 126 70 43 113 31
Binary 1110000 1001000 10000 0 100100 1010110 111000 100011 1001011 11001

Color Harmonies of #704810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704810

Black with #704810

Text Example


Text Example

White with #704810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704810; }

 p { color: rgb(112,72,16); }

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

background-color css

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

 a { background-color: rgb(112,72,16); }

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

border-color css

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

 span { border-color: rgb(112,72,16); }

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