#75492F

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

Shades of Cape Palliser #75492F

Tints of Cape Palliser #75492F

Color information

#75492F (or 0x75492F) is unknown color: approx Cape Palliser. HEX triplet: 75, 49 and 2F. RGB value is (117,73,47). Sum of RGB (Red+Green+Blue) = 117+73+47=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #75492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75492F is #8AB6D0. Grayscale: #535353. Windows color (decimal): -9090769 or 3098997. OLE color: 3098997.

HSL color Cylindrical-coordinate representation of color #75492F: hue angle of 22.29º 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 #75492F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1177347-
CMYK00.380.600.54
HSL22.29º42.68%32.16%-
HSV(B)22.29º59.83%45.88%-
XYZ10.238.753.84-
YUV83.19107.58152.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=49.37%
G=30.80%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117734700.380.600.5422.2942.6832.16
Hex75492F0263C36162b20
Octal165111570467466265340
Binary11101011001001101111010011011110011011010110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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