Html Css Color HEX #853646 Camelot

📋 copy color: '#853646'

red 133 ◦ green 54 ◦ blue 70

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

Shades of Camelot #853646

Tints of Camelot #853646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 51.75%
G = 21.01%
B = 27.24%

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

#853646 (or 0x853646) is known color: Camelot. HEX triplet: 85, 36 and 46. RGB value is (133,54,70). Sum of RGB (Red+Green+Blue) = 133+54+70=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853646 is #7AC9B9. Grayscale: #4F4F4F. Windows color (decimal): -8047034 or 4601477. OLE color: 4601477.

HSL color Cylindrical-coordinate representation of color #853646: hue angle of 347.85º 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 #853646 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 70 -
CMYK 0 0.59 0.47 0.48
HSL 347.85º 0.42% 0.37% -
HSV(B) 347.85º 0.59% 0.52% -
XYZ 12.1 8.07 6.71 -
YUV 79.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 133 54 70 0 0.59 0.47 0.48 347.85 0.42 0.37
Hex 85 36 46 0 3B 2F 30 15C 2A 25
Octal 205 66 106 0 73 57 60 534 52 45
Binary 10000101 110110 1000110 0 111011 101111 110000 101011100 101010 100101

Color Harmonies of #853646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853646

Black with #853646

Text Example


Text Example

White with #853646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853646; }

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

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

background-color css

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

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

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

border-color css

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

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

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