#723946

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

Shades of Camelot #723946

Tints of Camelot #723946

Color information

#723946 (or 0x723946) is unknown color: approx Camelot. HEX triplet: 72, 39 and 46. RGB value is (114,57,70). Sum of RGB (Red+Green+Blue) = 114+57+70=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #723946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723946 is #8DC6B9. Grayscale: #4B4B4B. Windows color (decimal): -9291450 or 4602226. OLE color: 4602226.

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

Color convert

RGB1145770-
CMYK00.500.390.55
HSL346.32º33.33%33.53%-
HSV(B)346.32º50%44.71%-
XYZ9.516.956.63-
YUV75.52124.88155.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=47.30%
G=23.65%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114577000.500.390.55346.3233.3333.53
Hex723946032273715a2122
Octal1627110606247675324142
Binary111001011100110001100110010100111110111101011010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723946; }

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

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

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

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

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

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

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

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