Html Css Color HEX #853D4D Camelot

📋 copy color: '#853D4D'

red 133 ◦ green 61 ◦ blue 77

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

Shades of Camelot #853D4D

Tints of Camelot #853D4D

RGB

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

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

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

R = 49.08%
G = 22.51%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#853D4D (or 0x853D4D) is known color: Camelot. HEX triplet: 85, 3D and 4D. RGB value is (133,61,77). Sum of RGB (Red+Green+Blue) = 133+61+77=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #853D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D4D is #7AC2B2. Grayscale: #545454. Windows color (decimal): -8045235 or 5062021. OLE color: 5062021.

HSL color Cylindrical-coordinate representation of color #853D4D: hue angle of 346.67º 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 #853D4D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 77 -
CMYK 0 0.54 0.42 0.48
HSL 346.67º 0.37% 0.38% -
HSV(B) 346.67º 0.54% 0.52% -
XYZ 12.68 8.86 8.06 -
YUV 84.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 133 61 77 0 0.54 0.42 0.48 346.67 0.37 0.38
Hex 85 3D 4D 0 36 2A 30 15B 25 26
Octal 205 75 115 0 66 52 60 533 45 46
Binary 10000101 111101 1001101 0 110110 101010 110000 101011011 100101 100110

Color Harmonies of #853D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D4D

Black with #853D4D

Text Example


Text Example

White with #853D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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