Html Css Color HEX #705207 Raw Umber

📋 copy color: '#705207'

red 112 ◦ green 82 ◦ blue 7

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

Shades of Raw Umber #705207

Tints of Raw Umber #705207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.48%

R = 55.72%
G = 40.8%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#705207 (or 0x705207) is known color: Raw Umber. HEX triplet: 70, 52 and 07. RGB value is (112,82,7). Sum of RGB (Red+Green+Blue) = 112+82+7=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705207 is #8FADF8. Grayscale: #525252. Windows color (decimal): -9416185 or 479856. OLE color: 479856.

HSL color Cylindrical-coordinate representation of color #705207: hue angle of 42.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #705207 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 7 -
CMYK 0 0.27 0.94 0.56
HSL 42.86º 0.88% 0.23% -
HSV(B) 42.86º 0.94% 0.44% -
XYZ 9.74 9.49 1.52 -
YUV 82.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 112 82 7 0 0.27 0.94 0.56 42.86 0.88 0.23
Hex 70 52 7 0 1B 5E 38 2B 58 17
Octal 160 122 7 0 33 136 70 53 130 27
Binary 1110000 1010010 111 0 11011 1011110 111000 101011 1011000 10111

Color Harmonies of #705207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705207

Black with #705207

Text Example


Text Example

White with #705207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705207; }

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

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

background-color css

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

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

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

border-color css

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

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

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