Html Css Color HEX #704502 Raw Umber

📋 copy color: '#704502'

red 112 ◦ green 69 ◦ blue 2

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

Shades of Raw Umber #704502

Tints of Raw Umber #704502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

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

R = 61.2%
G = 37.7%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#704502 (or 0x704502) is known color: Raw Umber. HEX triplet: 70, 45 and 02. RGB value is (112,69,2). Sum of RGB (Red+Green+Blue) = 112+69+2=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704502 is #8FBAFD. Grayscale: #4A4A4A. Windows color (decimal): -9419518 or 148848. OLE color: 148848.

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

Color convert

RGB 112 69 2 -
CMYK 0 0.38 0.98 0.56
HSL 36.55º 0.96% 0.22% -
HSV(B) 36.55º 0.98% 0.44% -
XYZ 8.82 7.71 1.08 -
YUV 74.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 112 69 2 0 0.38 0.98 0.56 36.55 0.96 0.22
Hex 70 45 2 0 26 62 38 25 60 16
Octal 160 105 2 0 46 142 70 45 140 26
Binary 1110000 1000101 10 0 100110 1100010 111000 100101 1100000 10110

Color Harmonies of #704502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704502

Black with #704502

Text Example


Text Example

White with #704502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704502; }

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

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

background-color css

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

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

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

border-color css

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

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

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