#724C2D

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

Shades of Cape Palliser #724C2D

Tints of Cape Palliser #724C2D

Color information

#724C2D (or 0x724C2D) is unknown color: approx Cape Palliser. HEX triplet: 72, 4C and 2D. RGB value is (114,76,45). Sum of RGB (Red+Green+Blue) = 114+76+45=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #724C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C2D is #8DB3D2. Grayscale: #535353. Windows color (decimal): -9286611 or 2968690. OLE color: 2968690.

HSL color Cylindrical-coordinate representation of color #724C2D: hue angle of 26.96º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724C2D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1147645-
CMYK00.330.610.55
HSL26.96º43.4%31.18%-
HSV(B)26.96º60.53%44.71%-
XYZ108.943.68-
YUV83.83106.09149.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=48.51%
G=32.34%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114764500.330.610.5526.9643.431.18
Hex724C2D0213D371b2b1f
Octal162114550417567335337
Binary1110010100110010110101000011111011101111101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724C2D; }

 p { color: rgb(114,76,45); }

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

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

 a { background-color: rgb(114,76,45); }

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

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

 span { border-color: rgb(114,76,45); }

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