Html Css Color HEX #705502 Raw Umber

📋 copy color: '#705502'

red 112 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #705502

Tints of Raw Umber #705502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 56.28%
G = 42.71%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#705502 (or 0x705502) is known color: Raw Umber. HEX triplet: 70, 55 and 02. RGB value is (112,85,2). Sum of RGB (Red+Green+Blue) = 112+85+2=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #705502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705502 is #8FAAFD. Grayscale: #535353. Windows color (decimal): -9415422 or 152944. OLE color: 152944.

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

Color convert

RGB 112 85 2 -
CMYK 0 0.24 0.98 0.56
HSL 45.27º 0.96% 0.22% -
HSV(B) 45.27º 0.98% 0.44% -
XYZ 9.94 9.95 1.45 -
YUV 83.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 112 85 2 0 0.24 0.98 0.56 45.27 0.96 0.22
Hex 70 55 2 0 18 62 38 2D 60 16
Octal 160 125 2 0 30 142 70 55 140 26
Binary 1110000 1010101 10 0 11000 1100010 111000 101101 1100000 10110

Color Harmonies of #705502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705502

Black with #705502

Text Example


Text Example

White with #705502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705502; }

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

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

background-color css

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

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

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

border-color css

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

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

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