Html Css Color HEX #704602 Raw Umber

📋 copy color: '#704602'

red 112 ◦ green 70 ◦ blue 2

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

Shades of Raw Umber #704602

Tints of Raw Umber #704602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 60.87%
G = 38.04%
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

#704602 (or 0x704602) is known color: Raw Umber. HEX triplet: 70, 46 and 02. RGB value is (112,70,2). Sum of RGB (Red+Green+Blue) = 112+70+2=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #704602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704602 is #8FB9FD. Grayscale: #4B4B4B. Windows color (decimal): -9419262 or 149104. OLE color: 149104.

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

Color convert

RGB 112 70 2 -
CMYK 0 0.38 0.98 0.56
HSL 37.09º 0.96% 0.22% -
HSV(B) 37.09º 0.98% 0.44% -
XYZ 8.88 7.83 1.1 -
YUV 74.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 112 70 2 0 0.38 0.98 0.56 37.09 0.96 0.22
Hex 70 46 2 0 26 62 38 25 60 16
Octal 160 106 2 0 46 142 70 45 140 26
Binary 1110000 1000110 10 0 100110 1100010 111000 100101 1100000 10110

Color Harmonies of #704602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704602

Black with #704602

Text Example


Text Example

White with #704602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704602; }

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

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

background-color css

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

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

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

border-color css

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

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

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