#70601D

Color #70601D Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #70601D

Tints of Himalaya #70601D

Color information

#70601D (or 0x70601D) is unknown color: approx Himalaya. HEX triplet: 70, 60 and 1D. RGB value is (112,96,29). Sum of RGB (Red+Green+Blue) = 112+96+29=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70601D is #8F9FE2. Grayscale: #5D5D5D. Windows color (decimal): -9412579 or 1925232. OLE color: 1925232.

HSL color Cylindrical-coordinate representation of color #70601D: hue angle of 48.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70601D is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1129629-
CMYK00.140.740.56
HSL48.43º58.87%27.65%-
HSV(B)48.43º74.11%43.92%-
XYZ11.0911.92.87-
YUV93.1591.8141.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 29 (11.72% from 255) = 12.24%
R=47.26%
G=40.51%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112962900.140.740.5648.4358.8727.65
Hex70601D0E4A38303b1c
Octal1601403501611270607334
Binary111000011000001110101110100101011100011000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70601D; }

 p { color: rgb(112,96,29); }

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

<style>
 a { background-color: #70601D; }

 a { background-color: rgb(112,96,29); }

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

<style>
 span { border-color: #70601D; }

 span { border-color: rgb(112,96,29); }

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