#704B15

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

Shades of Raw Umber #704B15

Tints of Raw Umber #704B15

Color information

#704B15 (or 0x704B15) is unknown color: approx Raw Umber. HEX triplet: 70, 4B and 15. RGB value is (112,75,21). Sum of RGB (Red+Green+Blue) = 112+75+21=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B15 is #8FB4EA. Grayscale: #505050. Windows color (decimal): -9417963 or 1395568. OLE color: 1395568.

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

Color convert

RGB1127521-
CMYK00.330.810.56
HSL35.6º68.42%26.08%-
HSV(B)35.6º81.25%43.92%-
XYZ9.338.531.86-
YUV79.9194.76150.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=53.85%
G=36.06%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112752100.330.810.5635.668.4226.08
Hex704B15021513824441a
Octal16011325041121704410432
Binary111000010010111010101000011010001111000100100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B15; }

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

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

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

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

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

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

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

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