#754C35

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

Shades of Cape Palliser #754C35

Tints of Cape Palliser #754C35

Color information

#754C35 (or 0x754C35) is unknown color: approx Cape Palliser. HEX triplet: 75, 4C and 35. RGB value is (117,76,53). Sum of RGB (Red+Green+Blue) = 117+76+53=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C35 is #8AB3CA. Grayscale: #555555. Windows color (decimal): -9089995 or 3492981. OLE color: 3492981.

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

Color convert

RGB1177653-
CMYK00.350.550.54
HSL21.56º37.65%33.33%-
HSV(B)21.56º54.7%45.88%-
XYZ10.569.214.59-
YUV85.64109.58150.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=47.56%
G=30.89%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117765300.350.550.5421.5637.6533.33
Hex754C350233736162621
Octal165114650436766264641
Binary11101011001100110101010001111011111011010110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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