#853648

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

Shades of Camelot #853648

Tints of Camelot #853648

Color information

#853648 (or 0x853648) is unknown color: approx Camelot. HEX triplet: 85, 36 and 48. RGB value is (133,54,72). Sum of RGB (Red+Green+Blue) = 133+54+72=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #853648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853648 is #7AC9B7. Grayscale: #4F4F4F. Windows color (decimal): -8047032 or 4732549. OLE color: 4732549.

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

Color convert

RGB1335472-
CMYK00.590.460.48
HSL346.33º42.25%36.67%-
HSV(B)346.33º59.4%52.16%-
XYZ12.168.097.05-
YUV79.67123.67166.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=51.35%
G=20.85%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133547200.590.460.48346.3342.2536.67
Hex85364803B2E3015a2a25
Octal2056611007356605325245
Binary1000010111011010010000111011101110110000101011010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853648; }

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

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

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

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

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

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

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

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