#70551A

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

Shades of Raw Umber #70551A

Tints of Raw Umber #70551A

Color information

#70551A (or 0x70551A) is unknown color: approx Raw Umber. HEX triplet: 70, 55 and 1A. RGB value is (112,85,26). Sum of RGB (Red+Green+Blue) = 112+85+26=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70551A is #8FAAE5. Grayscale: #565656. Windows color (decimal): -9415398 or 1725808. OLE color: 1725808.

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

Color convert

RGB1128526-
CMYK00.240.770.56
HSL41.16º62.32%27.06%-
HSV(B)41.16º76.79%43.92%-
XYZ10.1210.022.38-
YUV86.3593.95146.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=50.22%
G=38.12%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112852600.240.770.5641.1662.3227.06
Hex70551A0184D38293e1b
Octal1601253203011570517633
Binary1110000101010111010011000100110111100010100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,85,26); }

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

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

 a { background-color: rgb(112,85,26); }

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

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

 span { border-color: rgb(112,85,26); }

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