Html Css Color HEX #853D4E Camelot

📋 copy color: '#853D4E'

red 133 ◦ green 61 ◦ blue 78

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

Shades of Camelot #853D4E

Tints of Camelot #853D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 48.9%
G = 22.43%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#853D4E (or 0x853D4E) is known color: Camelot. HEX triplet: 85, 3D and 4E. RGB value is (133,61,78). Sum of RGB (Red+Green+Blue) = 133+61+78=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D4E is #7AC2B1. Grayscale: #545454. Windows color (decimal): -8045234 or 5127557. OLE color: 5127557.

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

Color convert

RGB 133 61 78 -
CMYK 0 0.54 0.41 0.48
HSL 345.83º 0.37% 0.38% -
HSV(B) 345.83º 0.54% 0.52% -
XYZ 12.72 8.87 8.25 -
YUV 84.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 133 61 78 0 0.54 0.41 0.48 345.83 0.37 0.38
Hex 85 3D 4E 0 36 29 30 15A 25 26
Octal 205 75 116 0 66 51 60 532 45 46
Binary 10000101 111101 1001110 0 110110 101001 110000 101011010 100101 100110

Color Harmonies of #853D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D4E

Black with #853D4E

Text Example


Text Example

White with #853D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,78); }

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

background-color css

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

 a { background-color: rgb(133,61,78); }

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

border-color css

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

 span { border-color: rgb(133,61,78); }

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