#756126

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

Shades of Himalaya #756126

Tints of Himalaya #756126

Color information

#756126 (or 0x756126) is unknown color: approx Himalaya. HEX triplet: 75, 61 and 26. RGB value is (117,97,38). Sum of RGB (Red+Green+Blue) = 117+97+38=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #756126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756126 is #8A9ED9. Grayscale: #606060. Windows color (decimal): -9084634 or 2515317. OLE color: 2515317.

HSL color Cylindrical-coordinate representation of color #756126: hue angle of 44.81º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #756126 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1179738-
CMYK00.170.680.54
HSL44.81º50.97%30.39%-
HSV(B)44.81º67.52%45.88%-
XYZ11.9612.473.61-
YUV96.2595.13142.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=46.43%
G=38.49%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117973800.170.680.5444.8150.9730.39
Hex75612601144362d331e
Octal1651414602110466556336
Binary11101011100001100110010001100010011011010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756126; }

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

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

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

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

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

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

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

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