#853743

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

Shades of Camelot #853743

Tints of Camelot #853743

Color information

#853743 (or 0x853743) is unknown color: approx Camelot. HEX triplet: 85, 37 and 43. RGB value is (133,55,67). Sum of RGB (Red+Green+Blue) = 133+55+67=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853743 is #7AC8BC. Grayscale: #4F4F4F. Windows color (decimal): -8046781 or 4405125. OLE color: 4405125.

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

Color convert

RGB1335567-
CMYK00.590.500.48
HSL350.77º41.49%36.86%-
HSV(B)350.77º58.65%52.16%-
XYZ12.058.126.24-
YUV79.69120.84166.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 67 (26.56% from 255) = 26.27%
R=52.16%
G=21.57%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133556700.590.500.48350.7741.4936.86
Hex85374303B323015f2925
Octal2056710307362605375145
Binary1000010111011110000110111011110010110000101011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853743; }

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

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

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

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

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

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

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

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