#734732

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

Shades of Cape Palliser #734732

Tints of Cape Palliser #734732

Color information

#734732 (or 0x734732) is unknown color: approx Cape Palliser. HEX triplet: 73, 47 and 32. RGB value is (115,71,50). Sum of RGB (Red+Green+Blue) = 115+71+50=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #734732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734732 is #8CB8CD. Grayscale: #515151. Windows color (decimal): -9222350 or 3295091. OLE color: 3295091.

HSL color Cylindrical-coordinate representation of color #734732: hue angle of 19.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734732 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1157150-
CMYK00.380.570.55
HSL19.38º39.39%32.35%-
HSV(B)19.38º56.52%45.1%-
XYZ9.98.384.11-
YUV81.76110.08151.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=48.73%
G=30.08%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115715000.380.570.5519.3839.3932.35
Hex7347320263937132720
Octal163107620467167234740
Binary11100111000111110010010011011100111011110011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734732; }

 p { color: rgb(115,71,50); }

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

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

 a { background-color: rgb(115,71,50); }

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

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

 span { border-color: rgb(115,71,50); }

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