#72612B

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

Shades of Himalaya #72612B

Tints of Himalaya #72612B

Color information

#72612B (or 0x72612B) is unknown color: approx Himalaya. HEX triplet: 72, 61 and 2B. RGB value is (114,97,43). Sum of RGB (Red+Green+Blue) = 114+97+43=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72612B is #8D9ED4. Grayscale: #606060. Windows color (decimal): -9281237 or 2842994. OLE color: 2842994.

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

Color convert

RGB1149743-
CMYK00.150.620.55
HSL45.63º45.22%30.78%-
HSV(B)45.63º62.28%44.71%-
XYZ11.6512.34.05-
YUV95.9398.13140.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=44.88%
G=38.19%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114974300.150.620.5545.6345.2230.78
Hex72612B0F3E372e2d1f
Octal162141530177667565537
Binary111001011000011010110111111111011011110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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