#754832

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

Shades of Cape Palliser #754832

Tints of Cape Palliser #754832

Color information

#754832 (or 0x754832) is unknown color: approx Cape Palliser. HEX triplet: 75, 48 and 32. RGB value is (117,72,50). Sum of RGB (Red+Green+Blue) = 117+72+50=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754832 is #8AB7CD. Grayscale: #535353. Windows color (decimal): -9091022 or 3295349. OLE color: 3295349.

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

Color convert

RGB1177250-
CMYK00.380.570.54
HSL19.7º40.12%32.75%-
HSV(B)19.7º57.26%45.88%-
XYZ10.238.654.15-
YUV82.95109.41152.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=48.95%
G=30.13%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117725000.380.570.5419.740.1232.75
Hex7548320263936142821
Octal165110620467166245041
Binary11101011001000110010010011011100111011010100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754832; }

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

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

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

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

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

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

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

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