#75472F

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

Shades of Cape Palliser #75472F

Tints of Cape Palliser #75472F

Color information

#75472F (or 0x75472F) is unknown color: approx Cape Palliser. HEX triplet: 75, 47 and 2F. RGB value is (117,71,47). Sum of RGB (Red+Green+Blue) = 117+71+47=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75472F is #8AB8D0. Grayscale: #525252. Windows color (decimal): -9091281 or 3098485. OLE color: 3098485.

HSL color Cylindrical-coordinate representation of color #75472F: hue angle of 20.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75472F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1177147-
CMYK00.390.600.54
HSL20.57º42.68%32.16%-
HSV(B)20.57º59.83%45.88%-
XYZ10.18.493.8-
YUV82.02108.24152.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 47 (18.75% from 255) = 20%
R=49.79%
G=30.21%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117714700.390.600.5420.5742.6832.16
Hex75472F0273C36152b20
Octal165107570477466255340
Binary11101011000111101111010011111110011011010101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75472F; }

 p { color: rgb(117,71,47); }

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

<style>
 a { background-color: #75472F; }

 a { background-color: rgb(117,71,47); }

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

<style>
 span { border-color: #75472F; }

 span { border-color: rgb(117,71,47); }

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