#853E4F

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

Shades of Camelot #853E4F

Tints of Camelot #853E4F

Color information

#853E4F (or 0x853E4F) is unknown color: approx Camelot. HEX triplet: 85, 3E and 4F. RGB value is (133,62,79). Sum of RGB (Red+Green+Blue) = 133+62+79=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #853E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E4F is #7AC1B0. Grayscale: #555555. Windows color (decimal): -8044977 or 5193349. OLE color: 5193349.

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

Color convert

RGB1336279-
CMYK00.530.410.48
HSL345.63º36.41%38.24%-
HSV(B)345.63º53.38%52.16%-
XYZ12.8198.46-
YUV85.17124.52162.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=48.54%
G=22.63%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133627900.530.410.48345.6336.4138.24
Hex853E4F035293015a2426
Octal2057611706551605324446
Binary1000010111111010011110110101101001110000101011010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,62,79); }

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

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

 a { background-color: rgb(133,62,79); }

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

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

 span { border-color: rgb(133,62,79); }

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