#7D642B

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

Shades of Himalaya #7D642B

Tints of Himalaya #7D642B

Color information

#7D642B (or 0x7D642B) is unknown color: approx Himalaya. HEX triplet: 7D, 64 and 2B. RGB value is (125,100,43). Sum of RGB (Red+Green+Blue) = 125+100+43=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D642B is #829BD4. Grayscale: #656565. Windows color (decimal): -8559573 or 2843773. OLE color: 2843773.

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

Color convert

RGB12510043-
CMYK00.20.660.51
HSL41.71º48.81%32.94%-
HSV(B)41.71º65.6%49.02%-
XYZ13.4513.654.21-
YUV100.9895.28145.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.64%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=46.64%
G=37.31%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251004300.20.660.5141.7148.8132.94
Hex7D642B01442332a3121
Octal1751445302410263526141
Binary111110111001001010110101001000010110011101010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,100,43); }

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

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

 a { background-color: rgb(125,100,43); }

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

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

 span { border-color: rgb(125,100,43); }

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