Html Css Color HEX #704807 Raw Umber

📋 copy color: '#704807'

red 112 ◦ green 72 ◦ blue 7

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

Shades of Raw Umber #704807

Tints of Raw Umber #704807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.66%

R = 58.64%
G = 37.7%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#704807 (or 0x704807) is known color: Raw Umber. HEX triplet: 70, 48 and 07. RGB value is (112,72,7). Sum of RGB (Red+Green+Blue) = 112+72+7=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #704807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704807 is #8FB7F8. Grayscale: #4C4C4C. Windows color (decimal): -9418745 or 477296. OLE color: 477296.

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

Color convert

RGB 112 72 7 -
CMYK 0 0.36 0.94 0.56
HSL 37.14º 0.88% 0.23% -
HSV(B) 37.14º 0.94% 0.44% -
XYZ 9.04 8.09 1.29 -
YUV 76.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 112 72 7 0 0.36 0.94 0.56 37.14 0.88 0.23
Hex 70 48 7 0 24 5E 38 25 58 17
Octal 160 110 7 0 44 136 70 45 130 27
Binary 1110000 1001000 111 0 100100 1011110 111000 100101 1011000 10111

Color Harmonies of #704807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704807

Black with #704807

Text Example


Text Example

White with #704807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704807; }

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

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

background-color css

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

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

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

border-color css

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

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

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