#853947

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

Shades of Camelot #853947

Tints of Camelot #853947

Color information

#853947 (or 0x853947) is unknown color: approx Camelot. HEX triplet: 85, 39 and 47. RGB value is (133,57,71). Sum of RGB (Red+Green+Blue) = 133+57+71=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #853947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853947 is #7AC6B8. Grayscale: #515151. Windows color (decimal): -8046265 or 4667781. OLE color: 4667781.

HSL color Cylindrical-coordinate representation of color #853947: hue angle of 348.95º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853947 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1335771-
CMYK00.570.470.48
HSL348.95º40%37.25%-
HSV(B)348.95º57.14%52.16%-
XYZ12.278.376.93-
YUV81.32122.18164.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=50.96%
G=21.84%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133577100.570.470.48348.954037.25
Hex8539470392F3015d2825
Octal2057110707157605355045
Binary1000010111100110001110111001101111110000101011101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853947; }

 p { color: rgb(133,57,71); }

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

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

 a { background-color: rgb(133,57,71); }

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

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

 span { border-color: rgb(133,57,71); }

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