Html Css Color HEX #704F00 Raw Umber

📋 copy color: '#704F00'

red 112 ◦ green 79 ◦ blue 0

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

Shades of Raw Umber #704F00

Tints of Raw Umber #704F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.36%

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

R = 58.64%
G = 41.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#704F00 (or 0x704F00) is known color: Raw Umber. HEX triplet: 70, 4F and 00. RGB value is (112,79,0). Sum of RGB (Red+Green+Blue) = 112+79+0=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #704F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F00 is #8FB0FF. Grayscale: #505050. Windows color (decimal): -9416960 or 20336. OLE color: 20336.

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

Color convert

RGB 112 79 0 -
CMYK 0 0.29 1 0.56
HSL 42.32º 1% 0.22% -
HSV(B) 42.32º 1% 0.44% -
XYZ 9.48 9.04 1.24 -
YUV 79.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 112 79 0 0 0.29 1 0.56 42.32 1 0.22
Hex 70 4F 0 0 1D 64 38 2A 64 16
Octal 160 117 0 0 35 144 70 52 144 26
Binary 1110000 1001111 0 0 11101 1100100 111000 101010 1100100 10110

Color Harmonies of #704F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F00

Black with #704F00

Text Example


Text Example

White with #704F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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