#734931

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

Shades of Cape Palliser #734931

Tints of Cape Palliser #734931

Color information

#734931 (or 0x734931) is unknown color: approx Cape Palliser. HEX triplet: 73, 49 and 31. RGB value is (115,73,49). Sum of RGB (Red+Green+Blue) = 115+73+49=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #734931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734931 is #8CB6CE. Grayscale: #525252. Windows color (decimal): -9221839 or 3230067. OLE color: 3230067.

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

Color convert

RGB1157349-
CMYK00.370.570.55
HSL21.82º40.24%32.16%-
HSV(B)21.82º57.39%45.1%-
XYZ10.018.634.04-
YUV82.82108.91150.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=48.52%
G=30.80%
B=20.68%

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
Decimal115734900.370.570.5521.8240.2432.16
Hex7349310253937162820
Octal163111610457167265040
Binary11100111001001110001010010111100111011110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734931; }

 p { color: rgb(115,73,49); }

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

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

 a { background-color: rgb(115,73,49); }

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

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

 span { border-color: rgb(115,73,49); }

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