#7C632B

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

Shades of Himalaya #7C632B

Tints of Himalaya #7C632B

Color information

#7C632B (or 0x7C632B) is unknown color: approx Himalaya. HEX triplet: 7C, 63 and 2B. RGB value is (124,99,43). Sum of RGB (Red+Green+Blue) = 124+99+43=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C632B is #839CD4. Grayscale: #646464. Windows color (decimal): -8625365 or 2843516. OLE color: 2843516.

HSL color Cylindrical-coordinate representation of color #7C632B: hue angle of 41.48º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C632B is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1249943-
CMYK00.200.650.51
HSL41.48º48.5%32.75%-
HSV(B)41.48º65.32%48.63%-
XYZ13.2113.384.17-
YUV100.0995.78145.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=46.62%
G=37.22%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124994300.200.650.5141.4848.532.75
Hex7C632B0144133293121
Octal1741435302410163516141
Binary111110011000111010110101001000001110011101001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C632B; }

 p { color: rgb(124,99,43); }

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

<style>
 a { background-color: #7C632B; }

 a { background-color: rgb(124,99,43); }

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

<style>
 span { border-color: #7C632B; }

 span { border-color: rgb(124,99,43); }

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