#754928

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

Shades of Cape Palliser #754928

Tints of Cape Palliser #754928

Color information

#754928 (or 0x754928) is unknown color: approx Cape Palliser. HEX triplet: 75, 49 and 28. RGB value is (117,73,40). Sum of RGB (Red+Green+Blue) = 117+73+40=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754928 is #8AB6D7. Grayscale: #525252. Windows color (decimal): -9090776 or 2640245. OLE color: 2640245.

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

Color convert

RGB1177340-
CMYK00.380.660.54
HSL25.71º49.04%30.78%-
HSV(B)25.71º65.81%45.88%-
XYZ10.18.73.15-
YUV82.39104.08152.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=50.87%
G=31.74%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117734000.380.660.5425.7149.0430.78
Hex75492802642361a311f
Octal1651115004610266326137
Binary11101011001001101000010011010000101101101101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754928; }

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

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

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

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

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

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

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

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