#7C492E

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

Shades of Cape Palliser #7C492E

Tints of Cape Palliser #7C492E

Color information

#7C492E (or 0x7C492E) is unknown color: approx Cape Palliser. HEX triplet: 7C, 49 and 2E. RGB value is (124,73,46). Sum of RGB (Red+Green+Blue) = 124+73+46=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C492E is #83B6D1. Grayscale: #555555. Windows color (decimal): -8632018 or 3033468. OLE color: 3033468.

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

Color convert

RGB1247346-
CMYK00.410.630.51
HSL20.77º45.88%33.33%-
HSV(B)20.77º62.9%48.63%-
XYZ11.199.253.78-
YUV85.17105.9155.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.03%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=51.03%
G=30.04%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124734600.410.630.5120.7745.8833.33
Hex7C492E0293F33152e21
Octal174111560517763255641
Binary11111001001001101110010100111111111001110101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,46); }

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

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

 a { background-color: rgb(124,73,46); }

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

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

 span { border-color: rgb(124,73,46); }

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