#853851

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

Shades of Camelot #853851

Tints of Camelot #853851

Color information

#853851 (or 0x853851) is unknown color: approx Camelot. HEX triplet: 85, 38 and 51. RGB value is (133,56,81). Sum of RGB (Red+Green+Blue) = 133+56+81=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853851 is #7AC7AE. Grayscale: #515151. Windows color (decimal): -8046511 or 5322885. OLE color: 5322885.

HSL color Cylindrical-coordinate representation of color #853851: hue angle of 340.52º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853851 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1335681-
CMYK00.580.390.48
HSL340.52º40.74%37.06%-
HSV(B)340.52º57.89%52.16%-
XYZ12.578.418.75-
YUV81.87127.51164.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 81 (32.03% from 255) = 30%
R=49.26%
G=20.74%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133568100.580.390.48340.5240.7437.06
Hex85385103A27301552925
Octal2057012107247605255145
Binary1000010111100010100010111010100111110000101010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853851; }

 p { color: rgb(133,56,81); }

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

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

 a { background-color: rgb(133,56,81); }

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

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

 span { border-color: rgb(133,56,81); }

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