#75492B

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

Shades of Cape Palliser #75492B

Tints of Cape Palliser #75492B

Color information

#75492B (or 0x75492B) is unknown color: approx Cape Palliser. HEX triplet: 75, 49 and 2B. RGB value is (117,73,43). Sum of RGB (Red+Green+Blue) = 117+73+43=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75492B is #8AB6D4. Grayscale: #525252. Windows color (decimal): -9090773 or 2836853. OLE color: 2836853.

HSL color Cylindrical-coordinate representation of color #75492B: hue angle of 24.32º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75492B is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1177343-
CMYK00.380.630.54
HSL24.32º46.25%31.37%-
HSV(B)24.32º63.25%45.88%-
XYZ10.158.723.43-
YUV82.74105.58152.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=50.21%
G=31.33%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117734300.380.630.5424.3246.2531.37
Hex75492B0263F36182e1f
Octal165111530467766305637
Binary1110101100100110101101001101111111101101100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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