#704515

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

Shades of Raw Umber #704515

Tints of Raw Umber #704515

Color information

#704515 (or 0x704515) is unknown color: approx Raw Umber. HEX triplet: 70, 45 and 15. RGB value is (112,69,21). Sum of RGB (Red+Green+Blue) = 112+69+21=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704515 is #8FBAEA. Grayscale: #4C4C4C. Windows color (decimal): -9419499 or 1394032. OLE color: 1394032.

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

Color convert

RGB1126921-
CMYK00.380.810.56
HSL31.65º68.42%26.08%-
HSV(B)31.65º81.25%43.92%-
XYZ8.957.761.73-
YUV76.3996.75153.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 21 (8.59% from 255) = 10.40%
R=55.45%
G=34.16%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112692100.380.810.5631.6568.4226.08
Hex704515026513820441a
Octal16010525046121704010432
Binary111000010001011010101001101010001111000100000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704515; }

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

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

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

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

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

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

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

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