#756028

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

Shades of Himalaya #756028

Tints of Himalaya #756028

Color information

#756028 (or 0x756028) is unknown color: approx Himalaya. HEX triplet: 75, 60 and 28. RGB value is (117,96,40). Sum of RGB (Red+Green+Blue) = 117+96+40=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756028 is #8A9FD7. Grayscale: #606060. Windows color (decimal): -9084888 or 2646133. OLE color: 2646133.

HSL color Cylindrical-coordinate representation of color #756028: hue angle of 43.64º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #756028 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1179640-
CMYK00.180.660.54
HSL43.64º49.04%30.78%-
HSV(B)43.64º65.81%45.88%-
XYZ11.912.33.75-
YUV95.996.46143.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=46.25%
G=37.94%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117964000.180.660.5443.6449.0430.78
Hex75602801242362c311f
Octal1651405002210266546137
Binary11101011100000101000010010100001011011010110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756028; }

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

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

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

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

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

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

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

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