#7C482E

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

Shades of Cape Palliser #7C482E

Tints of Cape Palliser #7C482E

Color information

#7C482E (or 0x7C482E) is unknown color: approx Cape Palliser. HEX triplet: 7C, 48 and 2E. RGB value is (124,72,46). Sum of RGB (Red+Green+Blue) = 124+72+46=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C482E is #83B7D1. Grayscale: #545454. Windows color (decimal): -8632274 or 3033212. OLE color: 3033212.

HSL color Cylindrical-coordinate representation of color #7C482E: hue angle of 20º 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 #7C482E is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB1247246-
CMYK00.420.630.51
HSL20º45.88%33.33%-
HSV(B)20º62.9%48.63%-
XYZ11.129.123.76-
YUV84.58106.23156.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=51.24%
G=29.75%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124724600.420.630.512045.8833.33
Hex7C482E02A3F33142e21
Octal174110560527763245641
Binary11111001001000101110010101011111111001110100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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