#723948

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

Shades of Camelot #723948

Tints of Camelot #723948

Color information

#723948 (or 0x723948) is unknown color: approx Camelot. HEX triplet: 72, 39 and 48. RGB value is (114,57,72). Sum of RGB (Red+Green+Blue) = 114+57+72=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #723948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723948 is #8DC6B7. Grayscale: #4B4B4B. Windows color (decimal): -9291448 or 4733298. OLE color: 4733298.

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

Color convert

RGB1145772-
CMYK00.500.370.55
HSL344.21º33.33%33.53%-
HSV(B)344.21º50%44.71%-
XYZ9.576.976.97-
YUV75.75125.88155.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=46.91%
G=23.46%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114577200.500.370.55344.2133.3333.53
Hex72394803225371582122
Octal1627111006245675304142
Binary111001011100110010000110010100101110111101011000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723948; }

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

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

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

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

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

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

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

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