#705317

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

Shades of Raw Umber #705317

Tints of Raw Umber #705317

Color information

#705317 (or 0x705317) is unknown color: approx Raw Umber. HEX triplet: 70, 53 and 17. RGB value is (112,83,23). Sum of RGB (Red+Green+Blue) = 112+83+23=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705317 is #8FACE8. Grayscale: #555555. Windows color (decimal): -9415913 or 1528688. OLE color: 1528688.

HSL color Cylindrical-coordinate representation of color #705317: hue angle of 40.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #705317 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1128323-
CMYK00.260.790.56
HSL40.45º65.93%26.47%-
HSV(B)40.45º79.46%43.92%-
XYZ9.939.692.16-
YUV84.8393.11147.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 23 (9.38% from 255) = 10.55%
R=51.38%
G=38.07%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112832300.260.790.5640.4565.9326.47
Hex70531701A4F3828421a
Octal16012327032117705010232
Binary11100001010011101110110101001111111000101000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705317; }

 p { color: rgb(112,83,23); }

 H1.HeaderClassName
 {
   color: #705317;
 }
 .AnyTagClassName
 {
   color: #705317;
 }
</style>
background-color css

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

 a { background-color: rgb(112,83,23); }

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

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

 span { border-color: rgb(112,83,23); }

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