#72444D

Color #72444D Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #72444D

Tints of Camelot #72444D

Color information

#72444D (or 0x72444D) is unknown color: approx Camelot. HEX triplet: 72, 44 and 4D. RGB value is (114,68,77). Sum of RGB (Red+Green+Blue) = 114+68+77=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72444D is #8DBBB2. Grayscale: #525252. Windows color (decimal): -9288627 or 5063794. OLE color: 5063794.

HSL color Cylindrical-coordinate representation of color #72444D: hue angle of 348.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72444D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1146877-
CMYK00.400.320.55
HSL348.26º25.27%35.69%-
HSV(B)348.26º40.35%44.71%-
XYZ10.358.258.07-
YUV82.78124.74150.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=44.02%
G=26.25%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114687700.400.320.55348.2625.2735.69
Hex72444D028203715c1924
Octal16210411505040675343144
Binary111001010001001001101010100010000011011110101110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72444D; }

 p { color: rgb(114,68,77); }

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

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

 a { background-color: rgb(114,68,77); }

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

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

 span { border-color: rgb(114,68,77); }

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