#76482D

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

Shades of Cape Palliser #76482D

Tints of Cape Palliser #76482D

Color information

#76482D (or 0x76482D) is unknown color: approx Cape Palliser. HEX triplet: 76, 48 and 2D. RGB value is (118,72,45). Sum of RGB (Red+Green+Blue) = 118+72+45=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76482D is #89B7D2. Grayscale: #525252. Windows color (decimal): -9025491 or 2967670. OLE color: 2967670.

HSL color Cylindrical-coordinate representation of color #76482D: hue angle of 22.19º 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 #76482D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1187245-
CMYK00.390.620.54
HSL22.19º44.79%31.96%-
HSV(B)22.19º61.86%46.27%-
XYZ10.268.683.62-
YUV82.68106.74153.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=50.21%
G=30.64%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118724500.390.620.5422.1944.7931.96
Hex76482D0273E36162d20
Octal166110550477666265540
Binary11101101001000101101010011111111011011010110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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