#76492C

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

Shades of Cape Palliser #76492C

Tints of Cape Palliser #76492C

Color information

#76492C (or 0x76492C) is unknown color: approx Cape Palliser. HEX triplet: 76, 49 and 2C. RGB value is (118,73,44). Sum of RGB (Red+Green+Blue) = 118+73+44=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76492C is #89B6D3. Grayscale: #535353. Windows color (decimal): -9025236 or 2902390. OLE color: 2902390.

HSL color Cylindrical-coordinate representation of color #76492C: hue angle of 23.51º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76492C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1187344-
CMYK00.380.630.54
HSL23.51º45.68%31.76%-
HSV(B)23.51º62.71%46.27%-
XYZ10.318.83.54-
YUV83.15105.91152.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=50.21%
G=31.06%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118734400.380.630.5423.5145.6831.76
Hex76492C0263F36182e20
Octal166111540467766305640
Binary11101101001001101100010011011111111011011000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76492C; }

 p { color: rgb(118,73,44); }

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

<style>
 a { background-color: #76492C; }

 a { background-color: rgb(118,73,44); }

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

<style>
 span { border-color: #76492C; }

 span { border-color: rgb(118,73,44); }

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