#70580E

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

Shades of Raw Umber #70580E

Tints of Raw Umber #70580E

Color information

#70580E (or 0x70580E) is unknown color: approx Raw Umber. HEX triplet: 70, 58 and 0E. RGB value is (112,88,14). Sum of RGB (Red+Green+Blue) = 112+88+14=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70580E is #8FA7F1. Grayscale: #575757. Windows color (decimal): -9414642 or 940144. OLE color: 940144.

HSL color Cylindrical-coordinate representation of color #70580E: hue angle of 45.31º 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 #70580E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1128814-
CMYK00.210.880.56
HSL45.31º77.78%24.71%-
HSV(B)45.31º87.5%43.92%-
XYZ10.2510.461.89-
YUV86.7486.95146.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=52.34%
G=41.12%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112881400.210.880.5645.3177.7824.71
Hex7058E01558382d4e19
Octal16013016025130705511631
Binary1110000101100011100101011011000111000101101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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