#734A29

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

Shades of Cape Palliser #734A29

Tints of Cape Palliser #734A29

Color information

#734A29 (or 0x734A29) is unknown color: approx Cape Palliser. HEX triplet: 73, 4A and 29. RGB value is (115,74,41). Sum of RGB (Red+Green+Blue) = 115+74+41=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #734A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A29 is #8CB5D6. Grayscale: #525252. Windows color (decimal): -9221591 or 2706035. OLE color: 2706035.

HSL color Cylindrical-coordinate representation of color #734A29: hue angle of 26.76º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #734A29 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1157441-
CMYK00.360.640.55
HSL26.76º47.44%30.59%-
HSV(B)26.76º64.35%45.1%-
XYZ9.928.73.25-
YUV82.5104.58151.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 41 (16.41% from 255) = 17.83%
R=50%
G=32.17%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115744100.360.640.5526.7647.4430.59
Hex734A2902440371b2f1f
Octal1631125104410067335737
Binary11100111001010101001010010010000001101111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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