#75482B

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

Shades of Cape Palliser #75482B

Tints of Cape Palliser #75482B

Color information

#75482B (or 0x75482B) is unknown color: approx Cape Palliser. HEX triplet: 75, 48 and 2B. RGB value is (117,72,43). Sum of RGB (Red+Green+Blue) = 117+72+43=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75482B is #8AB7D4. Grayscale: #525252. Windows color (decimal): -9091029 or 2836597. OLE color: 2836597.

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

Color convert

RGB1177243-
CMYK00.380.630.54
HSL23.51º46.25%31.37%-
HSV(B)23.51º63.25%45.88%-
XYZ10.098.593.41-
YUV82.15105.91152.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=50.43%
G=31.03%
B=18.53%

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
Decimal117724300.380.630.5423.5146.2531.37
Hex75482B0263F36182e1f
Octal165110530467766305637
Binary1110101100100010101101001101111111101101100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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