Html Css Color HEX #853E4A Camelot

📋 copy color: '#853E4A'

red 133 ◦ green 62 ◦ blue 74

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

Shades of Camelot #853E4A

Tints of Camelot #853E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 49.44%
G = 23.05%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#853E4A (or 0x853E4A) is known color: Camelot. HEX triplet: 85, 3E and 4A. RGB value is (133,62,74). Sum of RGB (Red+Green+Blue) = 133+62+74=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E4A is #7AC1B5. Grayscale: #545454. Windows color (decimal): -8044982 or 4865669. OLE color: 4865669.

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

Color convert

RGB 133 62 74 -
CMYK 0 0.53 0.44 0.48
HSL 349.86º 0.36% 0.38% -
HSV(B) 349.86º 0.53% 0.52% -
XYZ 12.63 8.93 7.54 -
YUV 84.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 133 62 74 0 0.53 0.44 0.48 349.86 0.36 0.38
Hex 85 3E 4A 0 35 2C 30 15E 24 26
Octal 205 76 112 0 65 54 60 536 44 46
Binary 10000101 111110 1001010 0 110101 101100 110000 101011110 100100 100110

Color Harmonies of #853E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E4A

Black with #853E4A

Text Example


Text Example

White with #853E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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