#853B45

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

Shades of Camelot #853B45

Tints of Camelot #853B45

Color information

#853B45 (or 0x853B45) is unknown color: approx Camelot. HEX triplet: 85, 3B and 45. RGB value is (133,59,69). Sum of RGB (Red+Green+Blue) = 133+59+69=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #853B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B45 is #7AC4BA. Grayscale: #525252. Windows color (decimal): -8045755 or 4537221. OLE color: 4537221.

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

Color convert

RGB1335969-
CMYK00.560.480.48
HSL351.89º38.54%37.65%-
HSV(B)351.89º55.64%52.16%-
XYZ12.318.546.63-
YUV82.27120.52164.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=50.96%
G=22.61%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133596900.560.480.48351.8938.5437.65
Hex853B4503830301602726
Octal2057310507060605404746
Binary1000010111101110001010111000110000110000101100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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