#853E48

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

Shades of Camelot #853E48

Tints of Camelot #853E48

Color information

#853E48 (or 0x853E48) is unknown color: approx Camelot. HEX triplet: 85, 3E and 48. RGB value is (133,62,72). Sum of RGB (Red+Green+Blue) = 133+62+72=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #853E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E48 is #7AC1B7. Grayscale: #545454. Windows color (decimal): -8044984 or 4734597. OLE color: 4734597.

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

Color convert

RGB1336272-
CMYK00.530.460.48
HSL351.55º36.41%38.24%-
HSV(B)351.55º53.38%52.16%-
XYZ12.578.97.19-
YUV84.37121.02162.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=49.81%
G=23.22%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133627200.530.460.48351.5536.4138.24
Hex853E480352E301602426
Octal2057611006556605404446
Binary1000010111111010010000110101101110110000101100000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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