#764B28

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

Shades of Cape Palliser #764B28

Tints of Cape Palliser #764B28

Color information

#764B28 (or 0x764B28) is unknown color: approx Cape Palliser. HEX triplet: 76, 4B and 28. RGB value is (118,75,40). Sum of RGB (Red+Green+Blue) = 118+75+40=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #764B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B28 is #89B4D7. Grayscale: #545454. Windows color (decimal): -9024728 or 2640758. OLE color: 2640758.

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

Color convert

RGB1187540-
CMYK00.360.660.54
HSL26.92º49.37%30.98%-
HSV(B)26.92º66.1%46.27%-
XYZ10.379.043.21-
YUV83.87103.25152.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=50.64%
G=32.19%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118754000.360.660.5426.9249.3730.98
Hex764B2802442361b311f
Octal1661135004410266336137
Binary11101101001011101000010010010000101101101101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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