#736028

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

Shades of Himalaya #736028

Tints of Himalaya #736028

Color information

#736028 (or 0x736028) is unknown color: approx Himalaya. HEX triplet: 73, 60 and 28. RGB value is (115,96,40). Sum of RGB (Red+Green+Blue) = 115+96+40=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #736028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736028 is #8C9FD7. Grayscale: #5F5F5F. Windows color (decimal): -9215960 or 2646131. OLE color: 2646131.

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

Color convert

RGB1159640-
CMYK00.170.650.55
HSL44.8º48.39%30.39%-
HSV(B)44.8º65.22%45.1%-
XYZ11.6412.163.74-
YUV95.396.79142.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=45.82%
G=38.25%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115964000.170.650.5544.848.3930.39
Hex73602801141372d301e
Octal1631405002110167556036
Binary11100111100000101000010001100000111011110110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736028; }

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

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

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

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

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

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

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

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