#754C32

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

Shades of Cape Palliser #754C32

Tints of Cape Palliser #754C32

Color information

#754C32 (or 0x754C32) is unknown color: approx Cape Palliser. HEX triplet: 75, 4C and 32. RGB value is (117,76,50). Sum of RGB (Red+Green+Blue) = 117+76+50=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #754C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C32 is #8AB3CD. Grayscale: #555555. Windows color (decimal): -9089998 or 3296373. OLE color: 3296373.

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

Color convert

RGB1177650-
CMYK00.350.570.54
HSL23.28º40.12%32.75%-
HSV(B)23.28º57.26%45.88%-
XYZ10.59.184.24-
YUV85.3108.08150.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=48.15%
G=31.28%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117765000.350.570.5423.2840.1232.75
Hex754C320233936172821
Octal165114620437166275041
Binary11101011001100110010010001111100111011010111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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