#705315

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

Shades of Raw Umber #705315

Tints of Raw Umber #705315

Color information

#705315 (or 0x705315) is unknown color: approx Raw Umber. HEX triplet: 70, 53 and 15. RGB value is (112,83,21). Sum of RGB (Red+Green+Blue) = 112+83+21=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #705315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705315 is #8FACEA. Grayscale: #545454. Windows color (decimal): -9415915 or 1397616. OLE color: 1397616.

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

Color convert

RGB1128321-
CMYK00.260.810.56
HSL40.88º68.42%26.08%-
HSV(B)40.88º81.25%43.92%-
XYZ9.919.692.06-
YUV84.692.11147.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=51.85%
G=38.43%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112832100.260.810.5640.8868.4226.08
Hex70531501A513829441a
Octal16012325032121705110432
Binary11100001010011101010110101010001111000101001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705315; }

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

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

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

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

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

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

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

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