#70530E

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

Shades of Raw Umber #70530E

Tints of Raw Umber #70530E

Color information

#70530E (or 0x70530E) is unknown color: approx Raw Umber. HEX triplet: 70, 53 and 0E. RGB value is (112,83,14). Sum of RGB (Red+Green+Blue) = 112+83+14=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70530E is #8FACF1. Grayscale: #545454. Windows color (decimal): -9415922 or 938864. OLE color: 938864.

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

Color convert

RGB1128314-
CMYK00.260.880.56
HSL42.24º77.78%24.71%-
HSV(B)42.24º87.5%43.92%-
XYZ9.859.661.76-
YUV83.888.61148.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=53.59%
G=39.71%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112831400.260.880.5642.2477.7824.71
Hex7053E01A58382a4e19
Octal16012316032130705211631
Binary1110000101001111100110101011000111000101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70530E; }

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

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

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

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

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

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

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

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