Html Css Color HEX #705602 Raw Umber

📋 copy color: '#705602'

red 112 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #705602

Tints of Raw Umber #705602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

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

R = 56%
G = 43%
B = 1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#705602 (or 0x705602) is known color: Raw Umber. HEX triplet: 70, 56 and 02. RGB value is (112,86,2). Sum of RGB (Red+Green+Blue) = 112+86+2=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #705602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705602 is #8FA9FD. Grayscale: #545454. Windows color (decimal): -9415166 or 153200. OLE color: 153200.

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

Color convert

RGB 112 86 2 -
CMYK 0 0.23 0.98 0.56
HSL 45.82º 0.96% 0.22% -
HSV(B) 45.82º 0.98% 0.44% -
XYZ 10.02 10.1 1.48 -
YUV 84.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 112 86 2 0 0.23 0.98 0.56 45.82 0.96 0.22
Hex 70 56 2 0 17 62 38 2E 60 16
Octal 160 126 2 0 27 142 70 56 140 26
Binary 1110000 1010110 10 0 10111 1100010 111000 101110 1100000 10110

Color Harmonies of #705602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705602

Black with #705602

Text Example


Text Example

White with #705602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705602; }

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

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

background-color css

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

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

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

border-color css

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

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

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