Html Css Color HEX #705002 Raw Umber

📋 copy color: '#705002'

red 112 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #705002

Tints of Raw Umber #705002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

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

R = 57.73%
G = 41.24%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#705002 (or 0x705002) is known color: Raw Umber. HEX triplet: 70, 50 and 02. RGB value is (112,80,2). Sum of RGB (Red+Green+Blue) = 112+80+2=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #705002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705002 is #8FAFFD. Grayscale: #515151. Windows color (decimal): -9416702 or 151664. OLE color: 151664.

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

Color convert

RGB 112 80 2 -
CMYK 0 0.29 0.98 0.56
HSL 42.55º 0.96% 0.22% -
HSV(B) 42.55º 0.98% 0.44% -
XYZ 9.56 9.19 1.33 -
YUV 80.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 112 80 2 0 0.29 0.98 0.56 42.55 0.96 0.22
Hex 70 50 2 0 1D 62 38 2B 60 16
Octal 160 120 2 0 35 142 70 53 140 26
Binary 1110000 1010000 10 0 11101 1100010 111000 101011 1100000 10110

Color Harmonies of #705002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705002

Black with #705002

Text Example


Text Example

White with #705002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705002; }

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

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

background-color css

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

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

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

border-color css

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

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

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