Html Css Color HEX #854256 Camelot

📋 copy color: '#854256'

red 133 ◦ green 66 ◦ blue 86

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

Shades of Camelot #854256

Tints of Camelot #854256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 46.67%
G = 23.16%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#854256 (or 0x854256) is known color: Camelot. HEX triplet: 85, 42 and 56. RGB value is (133,66,86). Sum of RGB (Red+Green+Blue) = 133+66+86=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854256 is #7ABDA9. Grayscale: #585858. Windows color (decimal): -8043946 or 5653125. OLE color: 5653125.

HSL color Cylindrical-coordinate representation of color #854256: hue angle of 342.09º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854256 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 86 -
CMYK 0 0.50 0.35 0.48
HSL 342.09º 0.34% 0.39% -
HSV(B) 342.09º 0.5% 0.52% -
XYZ 13.3 9.55 9.95 -
YUV 88.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 133 66 86 0 0.50 0.35 0.48 342.09 0.34 0.39
Hex 85 42 56 0 32 23 30 156 22 27
Octal 205 102 126 0 62 43 60 526 42 47
Binary 10000101 1000010 1010110 0 110010 100011 110000 101010110 100010 100111

Color Harmonies of #854256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854256

Black with #854256

Text Example


Text Example

White with #854256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854256; }

 p { color: rgb(133,66,86); }

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

background-color css

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

 a { background-color: rgb(133,66,86); }

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

border-color css

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

 span { border-color: rgb(133,66,86); }

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