#764931

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

Shades of Cape Palliser #764931

Tints of Cape Palliser #764931

Color information

#764931 (or 0x764931) is unknown color: approx Cape Palliser. HEX triplet: 76, 49 and 31. RGB value is (118,73,49). Sum of RGB (Red+Green+Blue) = 118+73+49=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764931 is #89B6CE. Grayscale: #535353. Windows color (decimal): -9025231 or 3230070. OLE color: 3230070.

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

Color convert

RGB1187349-
CMYK00.380.580.54
HSL20.87º41.32%32.75%-
HSV(B)20.87º58.47%46.27%-
XYZ10.418.844.06-
YUV83.72108.41152.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=49.17%
G=30.42%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118734900.380.580.5420.8741.3232.75
Hex7649310263A36152921
Octal166111610467266255141
Binary11101101001001110001010011011101011011010101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764931; }

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

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

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

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

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

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

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

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