Html Css Color HEX #853847 Camelot

📋 copy color: '#853847'

red 133 ◦ green 56 ◦ blue 71

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

Shades of Camelot #853847

Tints of Camelot #853847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 51.15%
G = 21.54%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#853847 (or 0x853847) is known color: Camelot. HEX triplet: 85, 38 and 47. RGB value is (133,56,71). Sum of RGB (Red+Green+Blue) = 133+56+71=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #853847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853847 is #7AC7B8. Grayscale: #505050. Windows color (decimal): -8046521 or 4667525. OLE color: 4667525.

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

Color convert

RGB 133 56 71 -
CMYK 0 0.58 0.47 0.48
HSL 348.31º 0.41% 0.37% -
HSV(B) 348.31º 0.58% 0.52% -
XYZ 12.22 8.27 6.91 -
YUV 80.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 133 56 71 0 0.58 0.47 0.48 348.31 0.41 0.37
Hex 85 38 47 0 3A 2F 30 15C 29 25
Octal 205 70 107 0 72 57 60 534 51 45
Binary 10000101 111000 1000111 0 111010 101111 110000 101011100 101001 100101

Color Harmonies of #853847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853847

Black with #853847

Text Example


Text Example

White with #853847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853847; }

 p { color: rgb(133,56,71); }

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

background-color css

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

 a { background-color: rgb(133,56,71); }

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

border-color css

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

 span { border-color: rgb(133,56,71); }

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