#764C31

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

Shades of Cape Palliser #764C31

Tints of Cape Palliser #764C31

Color information

#764C31 (or 0x764C31) is unknown color: approx Cape Palliser. HEX triplet: 76, 4C and 31. RGB value is (118,76,49). Sum of RGB (Red+Green+Blue) = 118+76+49=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C31 is #89B3CE. Grayscale: #555555. Windows color (decimal): -9024463 or 3230838. OLE color: 3230838.

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

Color convert

RGB1187649-
CMYK00.360.580.54
HSL23.48º41.32%32.75%-
HSV(B)23.48º58.47%46.27%-
XYZ10.619.244.13-
YUV85.48107.41151.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=48.56%
G=31.28%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118764900.360.580.5423.4841.3232.75
Hex764C310243A36172921
Octal166114610447266275141
Binary11101101001100110001010010011101011011010111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C31; }

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

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

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

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

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

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

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

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