#724B2D

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

Shades of Cape Palliser #724B2D

Tints of Cape Palliser #724B2D

Color information

#724B2D (or 0x724B2D) is unknown color: approx Cape Palliser. HEX triplet: 72, 4B and 2D. RGB value is (114,75,45). Sum of RGB (Red+Green+Blue) = 114+75+45=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #724B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B2D is #8DB4D2. Grayscale: #535353. Windows color (decimal): -9286867 or 2968434. OLE color: 2968434.

HSL color Cylindrical-coordinate representation of color #724B2D: hue angle of 26.09º 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 #724B2D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1147545-
CMYK00.340.610.55
HSL26.09º43.4%31.18%-
HSV(B)26.09º60.53%44.71%-
XYZ9.938.83.66-
YUV83.24106.42149.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=48.72%
G=32.05%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114754500.340.610.5526.0943.431.18
Hex724B2D0223D371a2b1f
Octal162113550427567325337
Binary1110010100101110110101000101111011101111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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