#75602D

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

Shades of Himalaya #75602D

Tints of Himalaya #75602D

Color information

#75602D (or 0x75602D) is unknown color: approx Himalaya. HEX triplet: 75, 60 and 2D. RGB value is (117,96,45). Sum of RGB (Red+Green+Blue) = 117+96+45=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75602D is #8A9FD2. Grayscale: #606060. Windows color (decimal): -9084883 or 2973813. OLE color: 2973813.

HSL color Cylindrical-coordinate representation of color #75602D: hue angle of 42.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75602D is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1179645-
CMYK00.180.620.54
HSL42.5º44.44%31.76%-
HSV(B)42.5º61.54%45.88%-
XYZ11.9912.344.23-
YUV96.4698.96142.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=45.35%
G=37.21%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117964500.180.620.5442.544.4431.76
Hex75602D0123E362a2c20
Octal165140550227666525440
Binary11101011100000101101010010111110110110101010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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