#723645

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

Shades of Camelot #723645

Tints of Camelot #723645

Color information

#723645 (or 0x723645) is unknown color: approx Camelot. HEX triplet: 72, 36 and 45. RGB value is (114,54,69). Sum of RGB (Red+Green+Blue) = 114+54+69=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #723645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723645 is #8DC9BA. Grayscale: #494949. Windows color (decimal): -9292219 or 4535922. OLE color: 4535922.

HSL color Cylindrical-coordinate representation of color #723645: hue angle of 345º 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 #723645 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1145469-
CMYK00.530.390.55
HSL345º35.71%32.94%-
HSV(B)345º52.63%44.71%-
XYZ9.336.656.42-
YUV73.65125.38156.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=48.10%
G=22.78%
B=29.11%

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
Decimal114546900.530.390.5534535.7132.94
Hex72364503527371592421
Octal1626610506547675314441
Binary111001011011010001010110101100111110111101011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723645; }

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

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

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

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

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

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

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

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