#76492D

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

Shades of Cape Palliser #76492D

Tints of Cape Palliser #76492D

Color information

#76492D (or 0x76492D) is unknown color: approx Cape Palliser. HEX triplet: 76, 49 and 2D. RGB value is (118,73,45). Sum of RGB (Red+Green+Blue) = 118+73+45=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76492D is #89B6D2. Grayscale: #535353. Windows color (decimal): -9025235 or 2967926. OLE color: 2967926.

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

Color convert

RGB1187345-
CMYK00.380.620.54
HSL23.01º44.79%31.96%-
HSV(B)23.01º61.86%46.27%-
XYZ10.338.813.64-
YUV83.26106.41152.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=50%
G=30.93%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118734500.380.620.5423.0144.7931.96
Hex76492D0263E36172d20
Octal166111550467666275540
Binary11101101001001101101010011011111011011010111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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