#853B48

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

Shades of Camelot #853B48

Tints of Camelot #853B48

Color information

#853B48 (or 0x853B48) is unknown color: approx Camelot. HEX triplet: 85, 3B and 48. RGB value is (133,59,72). Sum of RGB (Red+Green+Blue) = 133+59+72=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #853B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B48 is #7AC4B7. Grayscale: #525252. Windows color (decimal): -8045752 or 4733829. OLE color: 4733829.

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

Color convert

RGB1335972-
CMYK00.560.460.48
HSL349.46º38.54%37.65%-
HSV(B)349.46º55.64%52.16%-
XYZ12.418.587.13-
YUV82.61122.02163.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=50.38%
G=22.35%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133597200.560.460.48349.4638.5437.65
Hex853B480382E3015d2726
Octal2057311007056605354746
Binary1000010111101110010000111000101110110000101011101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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