Html Css Color HEX #704207 Raw Umber

📋 copy color: '#704207'

red 112 ◦ green 66 ◦ blue 7

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

Shades of Raw Umber #704207

Tints of Raw Umber #704207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

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

R = 60.54%
G = 35.68%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#704207 (or 0x704207) is known color: Raw Umber. HEX triplet: 70, 42 and 07. RGB value is (112,66,7). Sum of RGB (Red+Green+Blue) = 112+66+7=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704207 is #8FBDF8. Grayscale: #494949. Windows color (decimal): -9420281 or 475760. OLE color: 475760.

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

Color convert

RGB 112 66 7 -
CMYK 0 0.41 0.94 0.56
HSL 33.71º 0.88% 0.23% -
HSV(B) 33.71º 0.94% 0.44% -
XYZ 8.67 7.36 1.16 -
YUV 73.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 112 66 7 0 0.41 0.94 0.56 33.71 0.88 0.23
Hex 70 42 7 0 29 5E 38 22 58 17
Octal 160 102 7 0 51 136 70 42 130 27
Binary 1110000 1000010 111 0 101001 1011110 111000 100010 1011000 10111

Color Harmonies of #704207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704207

Black with #704207

Text Example


Text Example

White with #704207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704207; }

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

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

background-color css

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

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

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

border-color css

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

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

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