Html Css Color HEX #704000 Raw Umber

📋 copy color: '#704000'

red 112 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #704000

Tints of Raw Umber #704000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

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

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#704000 (or 0x704000) is known color: Raw Umber. HEX triplet: 70, 40 and 00. RGB value is (112,64,0). Sum of RGB (Red+Green+Blue) = 112+64+0=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #704000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704000 is #8FBFFF. Grayscale: #474747. Windows color (decimal): -9420800 or 16496. OLE color: 16496.

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

Color convert

RGB 112 64 0 -
CMYK 0 0.43 1 0.56
HSL 34.29º 1% 0.22% -
HSV(B) 34.29º 1% 0.44% -
XYZ 8.52 7.11 0.92 -
YUV 71.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 112 64 0 0 0.43 1 0.56 34.29 1 0.22
Hex 70 40 0 0 2B 64 38 22 64 16
Octal 160 100 0 0 53 144 70 42 144 26
Binary 1110000 1000000 0 0 101011 1100100 111000 100010 1100100 10110

Color Harmonies of #704000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704000

Black with #704000

Text Example


Text Example

White with #704000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704000; }

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

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

background-color css

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

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

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

border-color css

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

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

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