#853C4E

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

Shades of Camelot #853C4E

Tints of Camelot #853C4E

Color information

#853C4E (or 0x853C4E) is unknown color: approx Camelot. HEX triplet: 85, 3C and 4E. RGB value is (133,60,78). Sum of RGB (Red+Green+Blue) = 133+60+78=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #853C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C4E is #7AC3B1. Grayscale: #535353. Windows color (decimal): -8045490 or 5127301. OLE color: 5127301.

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

Color convert

RGB1336078-
CMYK00.550.410.48
HSL345.21º37.82%37.84%-
HSV(B)345.21º54.89%52.16%-
XYZ12.668.778.23-
YUV83.88124.68163.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 60 (23.83% from 255) = 22.14%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=49.08%
G=22.14%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133607800.550.410.48345.2137.8237.84
Hex853C4E03729301592626
Octal2057411606751605314646
Binary1000010111110010011100110111101001110000101011001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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