Html Css Color HEX #704802 Raw Umber

📋 copy color: '#704802'

red 112 ◦ green 72 ◦ blue 2

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

Shades of Raw Umber #704802

Tints of Raw Umber #704802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 60.22%
G = 38.71%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#704802 (or 0x704802) is known color: Raw Umber. HEX triplet: 70, 48 and 02. RGB value is (112,72,2). Sum of RGB (Red+Green+Blue) = 112+72+2=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #704802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704802 is #8FB7FD. Grayscale: #4C4C4C. Windows color (decimal): -9418750 or 149616. OLE color: 149616.

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

Color convert

RGB 112 72 2 -
CMYK 0 0.36 0.98 0.56
HSL 38.18º 0.96% 0.22% -
HSV(B) 38.18º 0.98% 0.44% -
XYZ 9.01 8.08 1.14 -
YUV 75.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 112 72 2 0 0.36 0.98 0.56 38.18 0.96 0.22
Hex 70 48 2 0 24 62 38 26 60 16
Octal 160 110 2 0 44 142 70 46 140 26
Binary 1110000 1001000 10 0 100100 1100010 111000 100110 1100000 10110

Color Harmonies of #704802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704802

Black with #704802

Text Example


Text Example

White with #704802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704802; }

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

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

background-color css

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

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

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

border-color css

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

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

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