#734A32

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

Shades of Cape Palliser #734A32

Tints of Cape Palliser #734A32

Color information

#734A32 (or 0x734A32) is unknown color: approx Cape Palliser. HEX triplet: 73, 4A and 32. RGB value is (115,74,50). Sum of RGB (Red+Green+Blue) = 115+74+50=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #734A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A32 is #8CB5CD. Grayscale: #535353. Windows color (decimal): -9221582 or 3295859. OLE color: 3295859.

HSL color Cylindrical-coordinate representation of color #734A32: hue angle of 22.15º 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 #734A32 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1157450-
CMYK00.360.570.55
HSL22.15º39.39%32.35%-
HSV(B)22.15º56.52%45.1%-
XYZ10.098.774.18-
YUV83.52109.08150.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=48.12%
G=30.96%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115745000.360.570.5522.1539.3932.35
Hex734A320243937162720
Octal163112620447167264740
Binary11100111001010110010010010011100111011110110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734A32; }

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

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

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

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

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

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

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

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