#75502F

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

Shades of Cape Palliser #75502F

Tints of Cape Palliser #75502F

Color information

#75502F (or 0x75502F) is unknown color: approx Cape Palliser. HEX triplet: 75, 50 and 2F. RGB value is (117,80,47). Sum of RGB (Red+Green+Blue) = 117+80+47=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75502F is #8AAFD0. Grayscale: #575757. Windows color (decimal): -9088977 or 3100789. OLE color: 3100789.

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

Color convert

RGB1178047-
CMYK00.320.600.54
HSL28.29º42.68%32.16%-
HSV(B)28.29º59.83%45.88%-
XYZ10.729.724-
YUV87.3105.26149.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=47.95%
G=32.79%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117804700.320.600.5428.2942.6832.16
Hex75502F0203C361c2b20
Octal165120570407466345340
Binary11101011010000101111010000011110011011011100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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