Html Css Color HEX #704902 Raw Umber

📋 copy color: '#704902'

red 112 ◦ green 73 ◦ blue 2

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

Shades of Raw Umber #704902

Tints of Raw Umber #704902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

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

R = 59.89%
G = 39.04%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#704902 (or 0x704902) is known color: Raw Umber. HEX triplet: 70, 49 and 02. RGB value is (112,73,2). Sum of RGB (Red+Green+Blue) = 112+73+2=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #704902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704902 is #8FB6FD. Grayscale: #4C4C4C. Windows color (decimal): -9418494 or 149872. OLE color: 149872.

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

Color convert

RGB 112 73 2 -
CMYK 0 0.35 0.98 0.56
HSL 38.73º 0.96% 0.22% -
HSV(B) 38.73º 0.98% 0.44% -
XYZ 9.08 8.21 1.16 -
YUV 76.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 112 73 2 0 0.35 0.98 0.56 38.73 0.96 0.22
Hex 70 49 2 0 23 62 38 27 60 16
Octal 160 111 2 0 43 142 70 47 140 26
Binary 1110000 1001001 10 0 100011 1100010 111000 100111 1100000 10110

Color Harmonies of #704902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704902

Black with #704902

Text Example


Text Example

White with #704902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704902; }

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

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

background-color css

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

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

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

border-color css

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

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

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