#853744

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

Shades of Camelot #853744

Tints of Camelot #853744

Color information

#853744 (or 0x853744) is unknown color: approx Camelot. HEX triplet: 85, 37 and 44. RGB value is (133,55,68). Sum of RGB (Red+Green+Blue) = 133+55+68=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #853744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853744 is #7AC8BB. Grayscale: #4F4F4F. Windows color (decimal): -8046780 or 4470661. OLE color: 4470661.

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

Color convert

RGB1335568-
CMYK00.590.490.48
HSL350º41.49%36.86%-
HSV(B)350º58.65%52.16%-
XYZ12.088.146.4-
YUV79.8121.34165.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=51.95%
G=21.48%
B=26.56%

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
Decimal133556800.590.490.4835041.4936.86
Hex85374403B313015e2925
Octal2056710407361605365145
Binary1000010111011110001000111011110001110000101011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853744; }

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

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

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

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

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

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

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

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