#734832

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

Shades of Cape Palliser #734832

Tints of Cape Palliser #734832

Color information

#734832 (or 0x734832) is unknown color: approx Cape Palliser. HEX triplet: 73, 48 and 32. RGB value is (115,72,50). Sum of RGB (Red+Green+Blue) = 115+72+50=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #734832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734832 is #8CB7CD. Grayscale: #525252. Windows color (decimal): -9222094 or 3295347. OLE color: 3295347.

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

Color convert

RGB1157250-
CMYK00.370.570.55
HSL20.31º39.39%32.35%-
HSV(B)20.31º56.52%45.1%-
XYZ9.968.514.14-
YUV82.35109.75151.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=48.52%
G=30.38%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115725000.370.570.5520.3139.3932.35
Hex7348320253937142720
Octal163110620457167244740
Binary11100111001000110010010010111100111011110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734832; }

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

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

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

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

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

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

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

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