#725f1f

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

Shades of Himalaya #725F1F

Tints of Himalaya #725F1F

Color information

#725F1F (or 0x725F1F) is unknown color: approx Himalaya. HEX triplet: 72, 5F and 1F. RGB value is (114,95,31). Sum of RGB (Red+Green+Blue) = 114+95+31=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #725F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F1F is #8DA0E0. Grayscale: #5D5D5D. Windows color (decimal): -9281761 or 2056050. OLE color: 2056050.

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

Color convert

RGB1149531-
CMYK00.170.730.55
HSL46.27º57.24%28.43%-
HSV(B)46.27º72.81%44.71%-
XYZ11.2811.862.99-
YUV93.3892.79142.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=47.5%
G=39.58%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114953100.170.730.5546.2757.2428.43
Hex725F1F01149372e391c
Octal1621373702111167567134
Binary1110010101111111111010001100100111011110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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