#853D48

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

Shades of Camelot #853D48

Tints of Camelot #853D48

Color information

#853D48 (or 0x853D48) is unknown color: approx Camelot. HEX triplet: 85, 3D and 48. RGB value is (133,61,72). Sum of RGB (Red+Green+Blue) = 133+61+72=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #853D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D48 is #7AC2B7. Grayscale: #535353. Windows color (decimal): -8045240 or 4734341. OLE color: 4734341.

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

Color convert

RGB1336172-
CMYK00.540.460.48
HSL350.83º37.11%38.04%-
HSV(B)350.83º54.14%52.16%-
XYZ12.518.797.17-
YUV83.78121.35163.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=50%
G=22.93%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133617200.540.460.48350.8337.1138.04
Hex853D480362E3015f2526
Octal2057511006656605374546
Binary1000010111110110010000110110101110110000101011111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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