#72682B

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

Shades of Himalaya #72682B

Tints of Himalaya #72682B

Color information

#72682B (or 0x72682B) is unknown color: approx Himalaya. HEX triplet: 72, 68 and 2B. RGB value is (114,104,43). Sum of RGB (Red+Green+Blue) = 114+104+43=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72682B is #8D97D4. Grayscale: #646464. Windows color (decimal): -9279445 or 2844786. OLE color: 2844786.

HSL color Cylindrical-coordinate representation of color #72682B: hue angle of 51.55º 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 #72682B is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB11410443-
CMYK00.090.620.55
HSL51.55º45.22%30.78%-
HSV(B)51.55º62.28%44.71%-
XYZ12.3313.654.27-
YUV100.0495.81137.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=43.68%
G=39.85%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141044300.090.620.5551.5545.2230.78
Hex72682B093E37342d1f
Octal162150530117667645537
Binary111001011010001010110100111111011011111010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72682B; }

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

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

<style>
 a { background-color: #72682B; }

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

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

<style>
 span { border-color: #72682B; }

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

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