Html Css Color HEX #853E4D Camelot

📋 copy color: '#853E4D'

red 133 ◦ green 62 ◦ blue 77

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

Shades of Camelot #853E4D

Tints of Camelot #853E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 48.9%
G = 22.79%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#853E4D (or 0x853E4D) is known color: Camelot. HEX triplet: 85, 3E and 4D. RGB value is (133,62,77). Sum of RGB (Red+Green+Blue) = 133+62+77=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E4D is #7AC1B2. Grayscale: #545454. Windows color (decimal): -8044979 or 5062277. OLE color: 5062277.

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

Color convert

RGB 133 62 77 -
CMYK 0 0.53 0.42 0.48
HSL 347.32º 0.36% 0.38% -
HSV(B) 347.32º 0.53% 0.52% -
XYZ 12.74 8.97 8.08 -
YUV 84.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 133 62 77 0 0.53 0.42 0.48 347.32 0.36 0.38
Hex 85 3E 4D 0 35 2A 30 15B 24 26
Octal 205 76 115 0 65 52 60 533 44 46
Binary 10000101 111110 1001101 0 110101 101010 110000 101011011 100100 100110

Color Harmonies of #853E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E4D

Black with #853E4D

Text Example


Text Example

White with #853E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,62,77); }

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

background-color css

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

 a { background-color: rgb(133,62,77); }

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

border-color css

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

 span { border-color: rgb(133,62,77); }

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