Html Css Color HEX #853549 Camelot

📋 copy color: '#853549'

red 133 ◦ green 53 ◦ blue 73

#853549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #853549

Tints of Camelot #853549

RGB

 RED value IS 133 (52.34% from 255) = 51.35%

 GREEN value IS 53 (21.09% from 255) = 20.46%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 51.35%
G = 20.46%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#853549 (or 0x853549) is known color: Camelot. HEX triplet: 85, 35 and 49. RGB value is (133,53,73). Sum of RGB (Red+Green+Blue) = 133+53+73=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #853549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853549 is #7ACAB6. Grayscale: #4F4F4F. Windows color (decimal): -8047287 or 4797829. OLE color: 4797829.

HSL color Cylindrical-coordinate representation of color #853549: hue angle of 345º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853549 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 73 -
CMYK 0 0.60 0.45 0.48
HSL 345º 0.43% 0.36% -
HSV(B) 345º 0.6% 0.52% -
XYZ 12.15 8.01 7.21 -
YUV 79.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 133 53 73 0 0.60 0.45 0.48 345 0.43 0.36
Hex 85 35 49 0 3C 2D 30 159 2B 24
Octal 205 65 111 0 74 55 60 531 53 44
Binary 10000101 110101 1001001 0 111100 101101 110000 101011001 101011 100100

Color Harmonies of #853549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853549

Black with #853549

Text Example


Text Example

White with #853549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853549; }

 p { color: rgb(133,53,73); }

 H1.HeaderClassName
 {
   color: #853549;
 }
 .AnyTagClassName
 {
   color: #853549;
 }
</style>

background-color css

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

 a { background-color: rgb(133,53,73); }

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

border-color css

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

 span { border-color: rgb(133,53,73); }

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