#754C2A

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

Shades of Cape Palliser #754C2A

Tints of Cape Palliser #754C2A

Color information

#754C2A (or 0x754C2A) is unknown color: approx Cape Palliser. HEX triplet: 75, 4C and 2A. RGB value is (117,76,42). Sum of RGB (Red+Green+Blue) = 117+76+42=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C2A is #8AB3D5. Grayscale: #545454. Windows color (decimal): -9090006 or 2772085. OLE color: 2772085.

HSL color Cylindrical-coordinate representation of color #754C2A: hue angle of 27.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754C2A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1177642-
CMYK00.350.640.54
HSL27.2º47.17%31.18%-
HSV(B)27.2º64.1%45.88%-
XYZ10.349.123.41-
YUV84.38104.08151.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=49.79%
G=32.34%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117764200.350.640.5427.247.1731.18
Hex754C2A02340361b2f1f
Octal1651145204310066335737
Binary11101011001100101010010001110000001101101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754C2A; }

 p { color: rgb(117,76,42); }

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

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

 a { background-color: rgb(117,76,42); }

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

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

 span { border-color: rgb(117,76,42); }

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