#70511E

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

Shades of Raw Umber #70511E

Tints of Raw Umber #70511E

Color information

#70511E (or 0x70511E) is unknown color: approx Raw Umber. HEX triplet: 70, 51 and 1E. RGB value is (112,81,30). Sum of RGB (Red+Green+Blue) = 112+81+30=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70511E is #8FAEE1. Grayscale: #545454. Windows color (decimal): -9416418 or 1986928. OLE color: 1986928.

HSL color Cylindrical-coordinate representation of color #70511E: hue angle of 37.32º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70511E is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1128130-
CMYK00.280.730.56
HSL37.32º57.75%27.84%-
HSV(B)37.32º73.21%43.92%-
XYZ9.869.422.53-
YUV84.4697.27147.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=50.22%
G=36.32%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112813000.280.730.5637.3257.7527.84
Hex70511E01C4938253a1c
Octal1601213603411170457234
Binary1110000101000111110011100100100111100010010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,81,30); }

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

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

 a { background-color: rgb(112,81,30); }

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

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

 span { border-color: rgb(112,81,30); }

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