#853844

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

Shades of Camelot #853844

Tints of Camelot #853844

Color information

#853844 (or 0x853844) is unknown color: approx Camelot. HEX triplet: 85, 38 and 44. RGB value is (133,56,68). Sum of RGB (Red+Green+Blue) = 133+56+68=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853844 is #7AC7BB. Grayscale: #505050. Windows color (decimal): -8046524 or 4470917. OLE color: 4470917.

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

Color convert

RGB1335668-
CMYK00.580.490.48
HSL350.65º40.74%37.06%-
HSV(B)350.65º57.89%52.16%-
XYZ12.138.236.42-
YUV80.39121.01165.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=51.75%
G=21.79%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133566800.580.490.48350.6540.7437.06
Hex85384403A313015f2925
Octal2057010407261605375145
Binary1000010111100010001000111010110001110000101011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853844; }

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

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

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

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

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

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

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

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