#705207

Color #705207 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #705207

Tints of Raw Umber #705207

Color information

#705207 (or 0x705207) is unknown color: approx 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

RGB112827-
CMYK00.270.940.56
HSL42.86º88.24%23.33%-
HSV(B)42.86º93.75%43.92%-
XYZ9.749.491.52-
YUV82.4285.44149.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 7 (3.12% from 255) = 3.48%
R=55.72%
G=40.80%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11282700.270.940.5642.8688.2423.33
Hex7052701B5E382b5817
Octal1601227033136705313027
Binary111000010100101110110111011110111000101011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>