Html Css Color HEX #853647 Camelot

📋 copy color: '#853647'

red 133 ◦ green 54 ◦ blue 71

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

Shades of Camelot #853647

Tints of Camelot #853647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

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

R = 51.55%
G = 20.93%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#853647 (or 0x853647) is known color: Camelot. HEX triplet: 85, 36 and 47. RGB value is (133,54,71). Sum of RGB (Red+Green+Blue) = 133+54+71=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #853647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853647 is #7AC9B8. Grayscale: #4F4F4F. Windows color (decimal): -8047033 or 4667013. OLE color: 4667013.

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

Color convert

RGB 133 54 71 -
CMYK 0 0.59 0.47 0.48
HSL 347.09º 0.42% 0.37% -
HSV(B) 347.09º 0.59% 0.52% -
XYZ 12.13 8.08 6.88 -
YUV 79.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 133 54 71 0 0.59 0.47 0.48 347.09 0.42 0.37
Hex 85 36 47 0 3B 2F 30 15B 2A 25
Octal 205 66 107 0 73 57 60 533 52 45
Binary 10000101 110110 1000111 0 111011 101111 110000 101011011 101010 100101

Color Harmonies of #853647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853647

Black with #853647

Text Example


Text Example

White with #853647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853647; }

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

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

background-color css

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

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

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

border-color css

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

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

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