#764831

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

Shades of Cape Palliser #764831

Tints of Cape Palliser #764831

Color information

#764831 (or 0x764831) is unknown color: approx Cape Palliser. HEX triplet: 76, 48 and 31. RGB value is (118,72,49). Sum of RGB (Red+Green+Blue) = 118+72+49=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764831 is #89B7CE. Grayscale: #535353. Windows color (decimal): -9025487 or 3229814. OLE color: 3229814.

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

Color convert

RGB1187249-
CMYK00.390.580.54
HSL20º41.32%32.75%-
HSV(B)20º58.47%46.27%-
XYZ10.348.714.04-
YUV83.13108.74152.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=49.37%
G=30.13%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118724900.390.580.542041.3232.75
Hex7648310273A36142921
Octal166110610477266245141
Binary11101101001000110001010011111101011011010100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764831; }

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

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

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

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

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

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

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

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