#756225

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

Shades of Himalaya #756225

Tints of Himalaya #756225

Color information

#756225 (or 0x756225) is unknown color: approx Himalaya. HEX triplet: 75, 62 and 25. RGB value is (117,98,37). Sum of RGB (Red+Green+Blue) = 117+98+37=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #756225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756225 is #8A9DDA. Grayscale: #606060. Windows color (decimal): -9084379 or 2450037. OLE color: 2450037.

HSL color Cylindrical-coordinate representation of color #756225: hue angle of 45.75º degrees, saturation: 0.52, 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 #756225 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1179837-
CMYK00.160.680.54
HSL45.75º51.95%30.2%-
HSV(B)45.75º68.38%45.88%-
XYZ12.0412.653.56-
YUV96.7394.29142.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=46.43%
G=38.89%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117983700.160.680.5445.7551.9530.2
Hex75622501044362e341e
Octal1651424502010466566436
Binary11101011100010100101010000100010011011010111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756225; }

 p { color: rgb(117,98,37); }

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

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

 a { background-color: rgb(117,98,37); }

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

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

 span { border-color: rgb(117,98,37); }

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