Html Css Color HEX #853649 Camelot

📋 copy color: '#853649'

red 133 ◦ green 54 ◦ blue 73

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

Shades of Camelot #853649

Tints of Camelot #853649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

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

R = 51.15%
G = 20.77%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#853649 (or 0x853649) is known color: Camelot. HEX triplet: 85, 36 and 49. RGB value is (133,54,73). Sum of RGB (Red+Green+Blue) = 133+54+73=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #853649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853649 is #7AC9B6. Grayscale: #4F4F4F. Windows color (decimal): -8047031 or 4798085. OLE color: 4798085.

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

Color convert

RGB 133 54 73 -
CMYK 0 0.59 0.45 0.48
HSL 345.57º 0.42% 0.37% -
HSV(B) 345.57º 0.59% 0.52% -
XYZ 12.19 8.11 7.23 -
YUV 79.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 133 54 73 0 0.59 0.45 0.48 345.57 0.42 0.37
Hex 85 36 49 0 3B 2D 30 15A 2A 25
Octal 205 66 111 0 73 55 60 532 52 45
Binary 10000101 110110 1001001 0 111011 101101 110000 101011010 101010 100101

Color Harmonies of #853649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853649

Black with #853649

Text Example


Text Example

White with #853649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853649; }

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

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

background-color css

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

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

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

border-color css

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

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

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