#764B2C

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

Shades of Cape Palliser #764B2C

Tints of Cape Palliser #764B2C

Color information

#764B2C (or 0x764B2C) is unknown color: approx Cape Palliser. HEX triplet: 76, 4B and 2C. RGB value is (118,75,44). Sum of RGB (Red+Green+Blue) = 118+75+44=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B2C is #89B4D3. Grayscale: #545454. Windows color (decimal): -9024724 or 2902902. OLE color: 2902902.

HSL color Cylindrical-coordinate representation of color #764B2C: hue angle of 25.14º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #764B2C is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1187544-
CMYK00.360.630.54
HSL25.14º45.68%31.76%-
HSV(B)25.14º62.71%46.27%-
XYZ10.449.073.58-
YUV84.32105.25152.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=49.79%
G=31.65%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118754400.360.630.5425.1445.6831.76
Hex764B2C0243F36192e20
Octal166113540447766315640
Binary11101101001011101100010010011111111011011001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,75,44); }

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

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

 a { background-color: rgb(118,75,44); }

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

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

 span { border-color: rgb(118,75,44); }

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