#725F28

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

Shades of Himalaya #725F28

Tints of Himalaya #725F28

Color information

#725F28 (or 0x725F28) is unknown color: approx Himalaya. HEX triplet: 72, 5F and 28. RGB value is (114,95,40). Sum of RGB (Red+Green+Blue) = 114+95+40=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #725F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F28 is #8DA0D7. Grayscale: #5E5E5E. Windows color (decimal): -9281752 or 2645874. OLE color: 2645874.

HSL color Cylindrical-coordinate representation of color #725F28: hue angle of 44.59º 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 #725F28 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1149540-
CMYK00.170.650.55
HSL44.59º48.05%30.2%-
HSV(B)44.59º64.91%44.71%-
XYZ11.4111.923.71-
YUV94.4197.29141.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=45.78%
G=38.15%
B=16.06%

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
Decimal114954000.170.650.5544.5948.0530.2
Hex725F2801141372d301e
Octal1621375002110167556036
Binary11100101011111101000010001100000111011110110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725F28; }

 p { color: rgb(114,95,40); }

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

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

 a { background-color: rgb(114,95,40); }

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

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

 span { border-color: rgb(114,95,40); }

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