#7C652C

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

Shades of Himalaya #7C652C

Tints of Himalaya #7C652C

Color information

#7C652C (or 0x7C652C) is unknown color: approx Himalaya. HEX triplet: 7C, 65 and 2C. RGB value is (124,101,44). Sum of RGB (Red+Green+Blue) = 124+101+44=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C652C is #839AD3. Grayscale: #656565. Windows color (decimal): -8624852 or 2909564. OLE color: 2909564.

HSL color Cylindrical-coordinate representation of color #7C652C: hue angle of 42.75º degrees, saturation: 0.48, 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 #7C652C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB12410144-
CMYK00.190.650.51
HSL42.75º47.62%32.94%-
HSV(B)42.75º64.52%48.63%-
XYZ13.4213.774.33-
YUV101.3895.62144.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.10%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=46.10%
G=37.55%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241014400.190.650.5142.7547.6232.94
Hex7C652C01341332b3021
Octal1741455402310163536041
Binary111110011001011011000100111000001110011101011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,101,44); }

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

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

 a { background-color: rgb(124,101,44); }

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

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

 span { border-color: rgb(124,101,44); }

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