#725D2B

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

Shades of Himalaya #725D2B

Tints of Himalaya #725D2B

Color information

#725D2B (or 0x725D2B) is unknown color: approx Himalaya. HEX triplet: 72, 5D and 2B. RGB value is (114,93,43). Sum of RGB (Red+Green+Blue) = 114+93+43=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #725D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D2B is #8DA2D4. Grayscale: #5D5D5D. Windows color (decimal): -9282261 or 2841970. OLE color: 2841970.

HSL color Cylindrical-coordinate representation of color #725D2B: hue angle of 42.25º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #725D2B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1149343-
CMYK00.180.620.55
HSL42.25º45.22%30.78%-
HSV(B)42.25º62.28%44.71%-
XYZ11.2911.583.93-
YUV93.5899.46142.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=45.6%
G=37.2%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114934300.180.620.5542.2545.2230.78
Hex725D2B0123E372a2d1f
Octal162135530227667525537
Binary1110010101110110101101001011111011011110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,43); }

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

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

 a { background-color: rgb(114,93,43); }

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

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

 span { border-color: rgb(114,93,43); }

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