Html Css Color HEX #704A07 Raw Umber

📋 copy color: '#704A07'

red 112 ◦ green 74 ◦ blue 7

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

Shades of Raw Umber #704A07

Tints of Raw Umber #704A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

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

R = 58.03%
G = 38.34%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#704A07 (or 0x704A07) is known color: Raw Umber. HEX triplet: 70, 4A and 07. RGB value is (112,74,7). Sum of RGB (Red+Green+Blue) = 112+74+7=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #704A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A07 is #8FB5F8. Grayscale: #4E4E4E. Windows color (decimal): -9418233 or 477808. OLE color: 477808.

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

Color convert

RGB 112 74 7 -
CMYK 0 0.34 0.94 0.56
HSL 38.29º 0.88% 0.23% -
HSV(B) 38.29º 0.94% 0.44% -
XYZ 9.17 8.36 1.33 -
YUV 77.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 112 74 7 0 0.34 0.94 0.56 38.29 0.88 0.23
Hex 70 4A 7 0 22 5E 38 26 58 17
Octal 160 112 7 0 42 136 70 46 130 27
Binary 1110000 1001010 111 0 100010 1011110 111000 100110 1011000 10111

Color Harmonies of #704A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A07

Black with #704A07

Text Example


Text Example

White with #704A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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