#70501C

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

Shades of Raw Umber #70501C

Tints of Raw Umber #70501C

Color information

#70501C (or 0x70501C) is unknown color: approx Raw Umber. HEX triplet: 70, 50 and 1C. RGB value is (112,80,28). Sum of RGB (Red+Green+Blue) = 112+80+28=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70501C is #8FAFE3. Grayscale: #535353. Windows color (decimal): -9416676 or 1855600. OLE color: 1855600.

HSL color Cylindrical-coordinate representation of color #70501C: hue angle of 37.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70501C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1128028-
CMYK00.290.750.56
HSL37.14º60%27.45%-
HSV(B)37.14º75%43.92%-
XYZ9.769.272.37-
YUV83.6496.6148.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=50.91%
G=36.36%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112802800.290.750.5637.146027.45
Hex70501C01D4B38253c1b
Octal1601203403511370457433
Binary1110000101000011100011101100101111100010010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70501C; }

 p { color: rgb(112,80,28); }

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

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

 a { background-color: rgb(112,80,28); }

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

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

 span { border-color: rgb(112,80,28); }

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