#853C47

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

Shades of Camelot #853C47

Tints of Camelot #853C47

Color information

#853C47 (or 0x853C47) is unknown color: approx Camelot. HEX triplet: 85, 3C and 47. RGB value is (133,60,71). Sum of RGB (Red+Green+Blue) = 133+60+71=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #853C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C47 is #7AC3B8. Grayscale: #535353. Windows color (decimal): -8045497 or 4668549. OLE color: 4668549.

HSL color Cylindrical-coordinate representation of color #853C47: hue angle of 350.96º 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 #853C47 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1336071-
CMYK00.550.470.48
HSL350.96º37.82%37.84%-
HSV(B)350.96º54.89%52.16%-
XYZ12.438.676.98-
YUV83.08121.18163.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=50.38%
G=22.73%
B=26.89%

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
Decimal133607100.550.470.48350.9637.8237.84
Hex853C470372F3015f2626
Octal2057410706757605374646
Binary1000010111110010001110110111101111110000101011111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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