Html Css Color HEX #704700 Raw Umber

📋 copy color: '#704700'

red 112 ◦ green 71 ◦ blue 0

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

Shades of Raw Umber #704700

Tints of Raw Umber #704700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.2%
G = 38.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#704700 (or 0x704700) is known color: Raw Umber. HEX triplet: 70, 47 and 00. RGB value is (112,71,0). Sum of RGB (Red+Green+Blue) = 112+71+0=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704700 is #8FB8FF. Grayscale: #4B4B4B. Windows color (decimal): -9419008 or 18288. OLE color: 18288.

HSL color Cylindrical-coordinate representation of color #704700: hue angle of 38.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #704700 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 0 -
CMYK 0 0.37 1 0.56
HSL 38.04º 1% 0.22% -
HSV(B) 38.04º 1% 0.44% -
XYZ 8.94 7.95 1.06 -
YUV 75.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 112 71 0 0 0.37 1 0.56 38.04 1 0.22
Hex 70 47 0 0 25 64 38 26 64 16
Octal 160 107 0 0 45 144 70 46 144 26
Binary 1110000 1000111 0 0 100101 1100100 111000 100110 1100100 10110

Color Harmonies of #704700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704700

Black with #704700

Text Example


Text Example

White with #704700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704700; }

 p { color: rgb(112,71,0); }

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

background-color css

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

 a { background-color: rgb(112,71,0); }

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

border-color css

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

 span { border-color: rgb(112,71,0); }

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