#853644

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

Shades of Camelot #853644

Tints of Camelot #853644

Color information

#853644 (or 0x853644) is unknown color: approx Camelot. HEX triplet: 85, 36 and 44. RGB value is (133,54,68). Sum of RGB (Red+Green+Blue) = 133+54+68=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853644 is #7AC9BB. Grayscale: #4F4F4F. Windows color (decimal): -8047036 or 4470405. OLE color: 4470405.

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

Color convert

RGB1335468-
CMYK00.590.490.48
HSL349.37º42.25%36.67%-
HSV(B)349.37º59.4%52.16%-
XYZ12.048.046.39-
YUV79.22121.67166.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 68 (26.95% from 255) = 26.67%
R=52.16%
G=21.18%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133546800.590.490.48349.3742.2536.67
Hex85364403B313015d2a25
Octal2056610407361605355245
Binary1000010111011010001000111011110001110000101011101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853644; }

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

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

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

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

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

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

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

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