Html Css Color HEX #844256 Camelot

📋 copy color: '#844256'

red 132 ◦ green 66 ◦ blue 86

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

Shades of Camelot #844256

Tints of Camelot #844256

RGB

 RED value IS 132 (51.95% from 255) = 46.48%

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

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

R = 46.48%
G = 23.24%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#844256 (or 0x844256) is known color: Camelot. HEX triplet: 84, 42 and 56. RGB value is (132,66,86). Sum of RGB (Red+Green+Blue) = 132+66+86=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844256 is #7BBDA9. Grayscale: #585858. Windows color (decimal): -8109482 or 5653124. OLE color: 5653124.

HSL color Cylindrical-coordinate representation of color #844256: hue angle of 341.82º degrees, saturation: 0.33, 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 #844256 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 86 -
CMYK 0 0.5 0.35 0.48
HSL 341.82º 0.33% 0.39% -
HSV(B) 341.82º 0.5% 0.52% -
XYZ 13.14 9.47 9.94 -
YUV 88.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 132 66 86 0 0.5 0.35 0.48 341.82 0.33 0.39
Hex 84 42 56 0 32 23 30 156 21 27
Octal 204 102 126 0 62 43 60 526 41 47
Binary 10000100 1000010 1010110 0 110010 100011 110000 101010110 100001 100111

Color Harmonies of #844256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844256

Black with #844256

Text Example


Text Example

White with #844256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844256; }

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

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

background-color css

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

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

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

border-color css

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

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

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