#755031

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

Shades of Cape Palliser #755031

Tints of Cape Palliser #755031

Color information

#755031 (or 0x755031) is unknown color: approx Cape Palliser. HEX triplet: 75, 50 and 31. RGB value is (117,80,49). Sum of RGB (Red+Green+Blue) = 117+80+49=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #755031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755031 is #8AAFCE. Grayscale: #575757. Windows color (decimal): -9088975 or 3231861. OLE color: 3231861.

HSL color Cylindrical-coordinate representation of color #755031: hue angle of 27.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755031 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1178049-
CMYK00.320.580.54
HSL27.35º40.96%32.55%-
HSV(B)27.35º58.12%45.88%-
XYZ10.769.744.22-
YUV87.53106.26149.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 49 (19.53% from 255) = 19.92%
R=47.56%
G=32.52%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117804900.320.580.5427.3540.9632.55
Hex7550310203A361b2921
Octal165120610407266335141
Binary11101011010000110001010000011101011011011011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755031; }

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

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

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

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

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

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

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

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