#74602D

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

Shades of Himalaya #74602D

Tints of Himalaya #74602D

Color information

#74602D (or 0x74602D) is unknown color: approx Himalaya. HEX triplet: 74, 60 and 2D. RGB value is (116,96,45). Sum of RGB (Red+Green+Blue) = 116+96+45=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74602D is #8B9FD2. Grayscale: #606060. Windows color (decimal): -9150419 or 2973812. OLE color: 2973812.

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

Color convert

RGB1169645-
CMYK00.170.610.55
HSL43.1º44.1%31.57%-
HSV(B)43.1º61.21%45.49%-
XYZ11.8612.274.23-
YUV96.1799.13142.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=45.14%
G=37.35%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116964500.170.610.5543.144.131.57
Hex74602D0113D372b2c20
Octal164140550217567535440
Binary11101001100000101101010001111101110111101011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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