#853850

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

Shades of Camelot #853850

Tints of Camelot #853850

Color information

#853850 (or 0x853850) is unknown color: approx Camelot. HEX triplet: 85, 38 and 50. RGB value is (133,56,80). Sum of RGB (Red+Green+Blue) = 133+56+80=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853850 is #7AC7AF. Grayscale: #515151. Windows color (decimal): -8046512 or 5257349. OLE color: 5257349.

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

Color convert

RGB1335680-
CMYK00.580.400.48
HSL341.3º40.74%37.06%-
HSV(B)341.3º57.89%52.16%-
XYZ12.548.398.55-
YUV81.76127.01164.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=49.44%
G=20.82%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133568000.580.400.48341.340.7437.06
Hex85385003A28301552925
Octal2057012007250605255145
Binary1000010111100010100000111010101000110000101010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853850; }

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

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

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

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

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

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

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

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