Html Css Color HEX #844756 Camelot

📋 copy color: '#844756'

red 132 ◦ green 71 ◦ blue 86

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

Shades of Camelot #844756

Tints of Camelot #844756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

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

R = 45.67%
G = 24.57%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#844756 (or 0x844756) is known color: Camelot. HEX triplet: 84, 47 and 56. RGB value is (132,71,86). Sum of RGB (Red+Green+Blue) = 132+71+86=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #844756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844756 is #7BB8A9. Grayscale: #5A5A5A. Windows color (decimal): -8108202 or 5654404. OLE color: 5654404.

HSL color Cylindrical-coordinate representation of color #844756: hue angle of 345.25º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844756 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 86 -
CMYK 0 0.46 0.35 0.48
HSL 345.25º 0.3% 0.4% -
HSV(B) 345.25º 0.46% 0.52% -
XYZ 13.45 10.08 10.04 -
YUV 90.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 132 71 86 0 0.46 0.35 0.48 345.25 0.3 0.4
Hex 84 47 56 0 2E 23 30 159 1E 28
Octal 204 107 126 0 56 43 60 531 36 50
Binary 10000100 1000111 1010110 0 101110 100011 110000 101011001 11110 101000

Color Harmonies of #844756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844756

Black with #844756

Text Example


Text Example

White with #844756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844756; }

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

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

background-color css

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

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

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

border-color css

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

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

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