#853745

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

Shades of Camelot #853745

Tints of Camelot #853745

Color information

#853745 (or 0x853745) is unknown color: approx Camelot. HEX triplet: 85, 37 and 45. RGB value is (133,55,69). Sum of RGB (Red+Green+Blue) = 133+55+69=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853745 is #7AC8BA. Grayscale: #4F4F4F. Windows color (decimal): -8046779 or 4536197. OLE color: 4536197.

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

Color convert

RGB1335569-
CMYK00.590.480.48
HSL349.23º41.49%36.86%-
HSV(B)349.23º58.65%52.16%-
XYZ12.118.156.56-
YUV79.92121.84165.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=51.75%
G=21.40%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133556900.590.480.48349.2341.4936.86
Hex85374503B303015d2925
Octal2056710507360605355145
Binary1000010111011110001010111011110000110000101011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853745; }

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

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

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

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

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

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

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

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