#70602F

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

Shades of Himalaya #70602F

Tints of Himalaya #70602F

Color information

#70602F (or 0x70602F) is unknown color: approx Himalaya. HEX triplet: 70, 60 and 2F. RGB value is (112,96,47). Sum of RGB (Red+Green+Blue) = 112+96+47=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70602F is #8F9FD0. Grayscale: #5F5F5F. Windows color (decimal): -9412561 or 3104880. OLE color: 3104880.

HSL color Cylindrical-coordinate representation of color #70602F: hue angle of 45.23º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70602F is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1129647-
CMYK00.140.580.56
HSL45.23º40.88%31.18%-
HSV(B)45.23º58.04%43.92%-
XYZ11.3812.024.41-
YUV95.2100.8139.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=43.92%
G=37.65%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112964700.140.580.5645.2340.8831.18
Hex70602F0E3A382d291f
Octal160140570167270555137
Binary111000011000001011110111011101011100010110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70602F; }

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

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

<style>
 a { background-color: #70602F; }

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

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

<style>
 span { border-color: #70602F; }

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

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