#723646

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

Shades of Camelot #723646

Tints of Camelot #723646

Color information

#723646 (or 0x723646) is unknown color: approx Camelot. HEX triplet: 72, 36 and 46. RGB value is (114,54,70). Sum of RGB (Red+Green+Blue) = 114+54+70=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #723646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723646 is #8DC9B9. Grayscale: #494949. Windows color (decimal): -9292218 or 4601458. OLE color: 4601458.

HSL color Cylindrical-coordinate representation of color #723646: hue angle of 344º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #723646 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1145470-
CMYK00.530.390.55
HSL344º35.71%32.94%-
HSV(B)344º52.63%44.71%-
XYZ9.366.666.59-
YUV73.76125.88156.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=47.90%
G=22.69%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114547000.530.390.5534435.7132.94
Hex72364603527371582421
Octal1626610606547675304441
Binary111001011011010001100110101100111110111101011000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723646; }

 p { color: rgb(114,54,70); }

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

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

 a { background-color: rgb(114,54,70); }

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

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

 span { border-color: rgb(114,54,70); }

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