#76492B

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

Shades of Cape Palliser #76492B

Tints of Cape Palliser #76492B

Color information

#76492B (or 0x76492B) is unknown color: approx Cape Palliser. HEX triplet: 76, 49 and 2B. RGB value is (118,73,43). Sum of RGB (Red+Green+Blue) = 118+73+43=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76492B is #89B6D4. Grayscale: #535353. Windows color (decimal): -9025237 or 2836854. OLE color: 2836854.

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

Color convert

RGB1187343-
CMYK00.380.640.54
HSL24º46.58%31.57%-
HSV(B)24º63.56%46.27%-
XYZ10.298.793.44-
YUV83.04105.41152.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=50.43%
G=31.20%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118734300.380.640.542446.5831.57
Hex76492B0264036182f20
Octal1661115304610066305740
Binary111011010010011010110100110100000011011011000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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