Html Css Color HEX #704D00 Raw Umber

📋 copy color: '#704D00'

red 112 ◦ green 77 ◦ blue 0

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

Shades of Raw Umber #704D00

Tints of Raw Umber #704D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.74%

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

R = 59.26%
G = 40.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#704D00 (or 0x704D00) is known color: Raw Umber. HEX triplet: 70, 4D and 00. RGB value is (112,77,0). Sum of RGB (Red+Green+Blue) = 112+77+0=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #704D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D00 is #8FB2FF. Grayscale: #4F4F4F. Windows color (decimal): -9417472 or 19824. OLE color: 19824.

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

Color convert

RGB 112 77 0 -
CMYK 0 0.31 1 0.56
HSL 41.25º 1% 0.22% -
HSV(B) 41.25º 1% 0.44% -
XYZ 9.34 8.75 1.2 -
YUV 78.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 112 77 0 0 0.31 1 0.56 41.25 1 0.22
Hex 70 4D 0 0 1F 64 38 29 64 16
Octal 160 115 0 0 37 144 70 51 144 26
Binary 1110000 1001101 0 0 11111 1100100 111000 101001 1100100 10110

Color Harmonies of #704D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D00

Black with #704D00

Text Example


Text Example

White with #704D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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