#853948

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

Shades of Camelot #853948

Tints of Camelot #853948

Color information

#853948 (or 0x853948) is unknown color: approx Camelot. HEX triplet: 85, 39 and 48. RGB value is (133,57,72). Sum of RGB (Red+Green+Blue) = 133+57+72=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #853948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853948 is #7AC6B7. Grayscale: #515151. Windows color (decimal): -8046264 or 4733317. OLE color: 4733317.

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

Color convert

RGB1335772-
CMYK00.570.460.48
HSL348.16º40%37.25%-
HSV(B)348.16º57.14%52.16%-
XYZ12.318.387.1-
YUV81.43122.68164.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=50.76%
G=21.76%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133577200.570.460.48348.164037.25
Hex8539480392E3015c2825
Octal2057111007156605345045
Binary1000010111100110010000111001101110110000101011100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853948; }

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

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

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

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

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

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

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

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