#75482D

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

Shades of Cape Palliser #75482D

Tints of Cape Palliser #75482D

Color information

#75482D (or 0x75482D) is unknown color: approx Cape Palliser. HEX triplet: 75, 48 and 2D. RGB value is (117,72,45). Sum of RGB (Red+Green+Blue) = 117+72+45=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75482D is #8AB7D2. Grayscale: #525252. Windows color (decimal): -9091027 or 2967669. OLE color: 2967669.

HSL color Cylindrical-coordinate representation of color #75482D: hue angle of 22.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75482D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1177245-
CMYK00.380.620.54
HSL22.5º44.44%31.76%-
HSV(B)22.5º61.54%45.88%-
XYZ10.138.613.61-
YUV82.38106.91152.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=50%
G=30.77%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117724500.380.620.5422.544.4431.76
Hex75482D0263E36172c20
Octal165110550467666275440
Binary11101011001000101101010011011111011011010111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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