#725E1F

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

Shades of Himalaya #725E1F

Tints of Himalaya #725E1F

Color information

#725E1F (or 0x725E1F) is unknown color: approx Himalaya. HEX triplet: 72, 5E and 1F. RGB value is (114,94,31). Sum of RGB (Red+Green+Blue) = 114+94+31=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #725E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E1F is #8DA1E0. Grayscale: #5D5D5D. Windows color (decimal): -9282017 or 2055794. OLE color: 2055794.

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

Color convert

RGB1149431-
CMYK00.180.730.55
HSL45.54º57.24%28.43%-
HSV(B)45.54º72.81%44.71%-
XYZ11.1911.682.96-
YUV92.893.13143.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=47.70%
G=39.33%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114943100.180.730.5545.5457.2428.43
Hex725E1F01249372e391c
Octal1621363702211167567134
Binary1110010101111011111010010100100111011110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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