#723545

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

Shades of Camelot #723545

Tints of Camelot #723545

Color information

#723545 (or 0x723545) is unknown color: approx Camelot. HEX triplet: 72, 35 and 45. RGB value is (114,53,69). Sum of RGB (Red+Green+Blue) = 114+53+69=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #723545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723545 is #8DCABA. Grayscale: #494949. Windows color (decimal): -9292475 or 4535666. OLE color: 4535666.

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

Color convert

RGB1145369-
CMYK00.540.390.55
HSL344.26º36.53%32.75%-
HSV(B)344.26º53.51%44.71%-
XYZ9.296.556.41-
YUV73.06125.71157.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=48.31%
G=22.46%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114536900.540.390.55344.2636.5332.75
Hex72354503627371582521
Octal1626510506647675304541
Binary111001011010110001010110110100111110111101011000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723545; }

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

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

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

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

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

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

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

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