Html Css Color HEX #853E48 Camelot

📋 copy color: '#853E48'

red 133 ◦ green 62 ◦ blue 72

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

Shades of Camelot #853E48

Tints of Camelot #853E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 49.81%
G = 23.22%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#853E48 (or 0x853E48) is known color: Camelot. HEX triplet: 85, 3E and 48. RGB value is (133,62,72). Sum of RGB (Red+Green+Blue) = 133+62+72=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #853E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E48 is #7AC1B7. Grayscale: #545454. Windows color (decimal): -8044984 or 4734597. OLE color: 4734597.

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

Color convert

RGB 133 62 72 -
CMYK 0 0.53 0.46 0.48
HSL 351.55º 0.36% 0.38% -
HSV(B) 351.55º 0.53% 0.52% -
XYZ 12.57 8.9 7.19 -
YUV 84.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 133 62 72 0 0.53 0.46 0.48 351.55 0.36 0.38
Hex 85 3E 48 0 35 2E 30 160 24 26
Octal 205 76 110 0 65 56 60 540 44 46
Binary 10000101 111110 1001000 0 110101 101110 110000 101100000 100100 100110

Color Harmonies of #853E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E48

Black with #853E48

Text Example


Text Example

White with #853E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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