#734B32

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

Shades of Cape Palliser #734B32

Tints of Cape Palliser #734B32

Color information

#734B32 (or 0x734B32) is unknown color: approx Cape Palliser. HEX triplet: 73, 4B and 32. RGB value is (115,75,50). Sum of RGB (Red+Green+Blue) = 115+75+50=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #734B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B32 is #8CB4CD. Grayscale: #545454. Windows color (decimal): -9221326 or 3296115. OLE color: 3296115.

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

Color convert

RGB1157550-
CMYK00.350.570.55
HSL23.08º39.39%32.35%-
HSV(B)23.08º56.52%45.1%-
XYZ10.168.914.2-
YUV84.11108.75150.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=47.92%
G=31.25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115755000.350.570.5523.0839.3932.35
Hex734B320233937172720
Octal163113620437167274740
Binary11100111001011110010010001111100111011110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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