Html Css Color HEX #705202 Raw Umber

📋 copy color: '#705202'

red 112 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #705202

Tints of Raw Umber #705202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.84%

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

R = 57.14%
G = 41.84%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#705202 (or 0x705202) is known color: Raw Umber. HEX triplet: 70, 52 and 02. RGB value is (112,82,2). Sum of RGB (Red+Green+Blue) = 112+82+2=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #705202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705202 is #8FADFD. Grayscale: #525252. Windows color (decimal): -9416190 or 152176. OLE color: 152176.

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

Color convert

RGB 112 82 2 -
CMYK 0 0.27 0.98 0.56
HSL 43.64º 0.96% 0.22% -
HSV(B) 43.64º 0.98% 0.44% -
XYZ 9.71 9.48 1.38 -
YUV 81.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 112 82 2 0 0.27 0.98 0.56 43.64 0.96 0.22
Hex 70 52 2 0 1B 62 38 2C 60 16
Octal 160 122 2 0 33 142 70 54 140 26
Binary 1110000 1010010 10 0 11011 1100010 111000 101100 1100000 10110

Color Harmonies of #705202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705202

Black with #705202

Text Example


Text Example

White with #705202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705202; }

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

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

background-color css

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

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

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

border-color css

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

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

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