#853442

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

Shades of Camelot #853442

Tints of Camelot #853442

Color information

#853442 (or 0x853442) is unknown color: approx Camelot. HEX triplet: 85, 34 and 42. RGB value is (133,52,66). Sum of RGB (Red+Green+Blue) = 133+52+66=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #853442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853442 is #7ACBBD. Grayscale: #4D4D4D. Windows color (decimal): -8047550 or 4338821. OLE color: 4338821.

HSL color Cylindrical-coordinate representation of color #853442: hue angle of 349.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853442 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1335266-
CMYK00.610.500.48
HSL349.63º43.78%36.27%-
HSV(B)349.63º60.9%52.16%-
XYZ11.887.846.04-
YUV77.82121.34167.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=52.99%
G=20.72%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133526600.610.500.48349.6343.7836.27
Hex85344203D323015e2c24
Octal2056410207562605365444
Binary1000010111010010000100111101110010110000101011110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853442; }

 p { color: rgb(133,52,66); }

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

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

 a { background-color: rgb(133,52,66); }

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

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

 span { border-color: rgb(133,52,66); }

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