#736225

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

Shades of Himalaya #736225

Tints of Himalaya #736225

Color information

#736225 (or 0x736225) is unknown color: approx Himalaya. HEX triplet: 73, 62 and 25. RGB value is (115,98,37). Sum of RGB (Red+Green+Blue) = 115+98+37=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #736225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736225 is #8C9DDA. Grayscale: #606060. Windows color (decimal): -9215451 or 2450035. OLE color: 2450035.

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

Color convert

RGB1159837-
CMYK00.150.680.55
HSL46.92º51.32%29.8%-
HSV(B)46.92º67.83%45.1%-
XYZ11.7712.513.55-
YUV96.1394.63141.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=46%
G=39.2%
B=14.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115983700.150.680.5546.9251.3229.8
Hex7362250F44372f331e
Octal1631424501710467576336
Binary1110011110001010010101111100010011011110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736225; }

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

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

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

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

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

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

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

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