#853A4F

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

Shades of Camelot #853A4F

Tints of Camelot #853A4F

Color information

#853A4F (or 0x853A4F) is unknown color: approx Camelot. HEX triplet: 85, 3A and 4F. RGB value is (133,58,79). Sum of RGB (Red+Green+Blue) = 133+58+79=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A4F is #7AC5B0. Grayscale: #525252. Windows color (decimal): -8046001 or 5192325. OLE color: 5192325.

HSL color Cylindrical-coordinate representation of color #853A4F: hue angle of 343.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A4F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1335879-
CMYK00.560.410.48
HSL343.2º39.27%37.45%-
HSV(B)343.2º56.39%52.16%-
XYZ12.68.588.39-
YUV82.82125.85163.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=49.26%
G=21.48%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133587900.560.410.48343.239.2737.45
Hex853A4F03829301572725
Octal2057211707051605274745
Binary1000010111101010011110111000101001110000101010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A4F; }

 p { color: rgb(133,58,79); }

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

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

 a { background-color: rgb(133,58,79); }

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

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

 span { border-color: rgb(133,58,79); }

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