#853C46

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

Shades of Camelot #853C46

Tints of Camelot #853C46

Color information

#853C46 (or 0x853C46) is unknown color: approx Camelot. HEX triplet: 85, 3C and 46. RGB value is (133,60,70). Sum of RGB (Red+Green+Blue) = 133+60+70=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #853C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C46 is #7AC3B9. Grayscale: #535353. Windows color (decimal): -8045498 or 4603013. OLE color: 4603013.

HSL color Cylindrical-coordinate representation of color #853C46: hue angle of 351.78º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C46 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1336070-
CMYK00.550.470.48
HSL351.78º37.82%37.84%-
HSV(B)351.78º54.89%52.16%-
XYZ12.398.666.81-
YUV82.97120.68163.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=50.57%
G=22.81%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133607000.550.470.48351.7837.8237.84
Hex853C460372F301602626
Octal2057410606757605404646
Binary1000010111110010001100110111101111110000101100000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853C46; }

 p { color: rgb(133,60,70); }

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

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

 a { background-color: rgb(133,60,70); }

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

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

 span { border-color: rgb(133,60,70); }

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