#74602E

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

Shades of Himalaya #74602E

Tints of Himalaya #74602E

Color information

#74602E (or 0x74602E) is unknown color: approx Himalaya. HEX triplet: 74, 60 and 2E. RGB value is (116,96,46). Sum of RGB (Red+Green+Blue) = 116+96+46=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74602E is #8B9FD1. Grayscale: #606060. Windows color (decimal): -9150418 or 3039348. OLE color: 3039348.

HSL color Cylindrical-coordinate representation of color #74602E: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74602E is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1169646-
CMYK00.170.600.55
HSL42.86º43.21%31.76%-
HSV(B)42.86º60.34%45.49%-
XYZ11.8812.284.33-
YUV96.2899.63142.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=44.96%
G=37.21%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116964600.170.600.5542.8643.2131.76
Hex74602E0113C372b2b20
Octal164140560217467535340
Binary11101001100000101110010001111100110111101011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,96,46); }

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

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

 a { background-color: rgb(116,96,46); }

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

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

 span { border-color: rgb(116,96,46); }

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