#75612C

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

Shades of Himalaya #75612C

Tints of Himalaya #75612C

Color information

#75612C (or 0x75612C) is unknown color: approx Himalaya. HEX triplet: 75, 61 and 2C. RGB value is (117,97,44). Sum of RGB (Red+Green+Blue) = 117+97+44=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75612C is #8A9ED3. Grayscale: #616161. Windows color (decimal): -9084628 or 2908533. OLE color: 2908533.

HSL color Cylindrical-coordinate representation of color #75612C: hue angle of 43.56º degrees, saturation: 0.45, 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 #75612C is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1179744-
CMYK00.170.620.54
HSL43.56º45.34%31.57%-
HSV(B)43.56º62.39%45.88%-
XYZ12.0712.514.16-
YUV96.9498.13142.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=45.35%
G=37.60%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117974400.170.620.5443.5645.3431.57
Hex75612C0113E362c2d20
Octal165141540217666545540
Binary11101011100001101100010001111110110110101100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75612C; }

 p { color: rgb(117,97,44); }

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

<style>
 a { background-color: #75612C; }

 a { background-color: rgb(117,97,44); }

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

<style>
 span { border-color: #75612C; }

 span { border-color: rgb(117,97,44); }

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