#725F24

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

Shades of Himalaya #725F24

Tints of Himalaya #725F24

Color information

#725F24 (or 0x725F24) is unknown color: approx Himalaya. HEX triplet: 72, 5F and 24. RGB value is (114,95,36). Sum of RGB (Red+Green+Blue) = 114+95+36=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #725F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F24 is #8DA0DB. Grayscale: #5E5E5E. Windows color (decimal): -9281756 or 2383730. OLE color: 2383730.

HSL color Cylindrical-coordinate representation of color #725F24: hue angle of 45.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725F24 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1149536-
CMYK00.170.680.55
HSL45.38º52%29.41%-
HSV(B)45.38º68.42%44.71%-
XYZ11.3511.893.37-
YUV93.9695.29142.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=46.53%
G=38.78%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114953600.170.680.5545.385229.41
Hex725F2401144372d341d
Octal1621374402110467556435
Binary11100101011111100100010001100010011011110110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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