#70580A

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

Shades of Raw Umber #70580A

Tints of Raw Umber #70580A

Color information

#70580A (or 0x70580A) is unknown color: approx Raw Umber. HEX triplet: 70, 58 and 0A. RGB value is (112,88,10). Sum of RGB (Red+Green+Blue) = 112+88+10=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70580A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70580A is #8FA7F5. Grayscale: #565656. Windows color (decimal): -9414646 or 678000. OLE color: 678000.

HSL color Cylindrical-coordinate representation of color #70580A: hue angle of 45.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70580A is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1128810-
CMYK00.210.910.56
HSL45.88º83.61%23.92%-
HSV(B)45.88º91.07%43.92%-
XYZ10.2310.451.76-
YUV86.2884.95146.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=53.33%
G=41.90%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112881000.210.910.5645.8883.6123.92
Hex7058A0155B382e5418
Octal16013012025133705612430
Binary1110000101100010100101011011011111000101110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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