Html Css Color HEX #704800 Raw Umber

📋 copy color: '#704800'

red 112 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #704800

Tints of Raw Umber #704800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

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

R = 60.87%
G = 39.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#704800 (or 0x704800) is known color: Raw Umber. HEX triplet: 70, 48 and 00. RGB value is (112,72,0). Sum of RGB (Red+Green+Blue) = 112+72+0=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #704800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704800 is #8FB7FF. Grayscale: #4C4C4C. Windows color (decimal): -9418752 or 18544. OLE color: 18544.

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

Color convert

RGB 112 72 0 -
CMYK 0 0.36 1 0.56
HSL 38.57º 1% 0.22% -
HSV(B) 38.57º 1% 0.44% -
XYZ 9 8.08 1.09 -
YUV 75.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 112 72 0 0 0.36 1 0.56 38.57 1 0.22
Hex 70 48 0 0 24 64 38 27 64 16
Octal 160 110 0 0 44 144 70 47 144 26
Binary 1110000 1001000 0 0 100100 1100100 111000 100111 1100100 10110

Color Harmonies of #704800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704800

Black with #704800

Text Example


Text Example

White with #704800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704800; }

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

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

background-color css

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

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

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

border-color css

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

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

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