Html Css Color HEX #844356 Camelot

📋 copy color: '#844356'

red 132 ◦ green 67 ◦ blue 86

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

Shades of Camelot #844356

Tints of Camelot #844356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 46.32%
G = 23.51%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#844356 (or 0x844356) is known color: Camelot. HEX triplet: 84, 43 and 56. RGB value is (132,67,86). Sum of RGB (Red+Green+Blue) = 132+67+86=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844356 is #7BBCA9. Grayscale: #585858. Windows color (decimal): -8109226 or 5653380. OLE color: 5653380.

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

Color convert

RGB 132 67 86 -
CMYK 0 0.49 0.35 0.48
HSL 342.46º 0.33% 0.39% -
HSV(B) 342.46º 0.49% 0.52% -
XYZ 13.2 9.59 9.96 -
YUV 88.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 132 67 86 0 0.49 0.35 0.48 342.46 0.33 0.39
Hex 84 43 56 0 31 23 30 156 21 27
Octal 204 103 126 0 61 43 60 526 41 47
Binary 10000100 1000011 1010110 0 110001 100011 110000 101010110 100001 100111

Color Harmonies of #844356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844356

Black with #844356

Text Example


Text Example

White with #844356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844356; }

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

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

background-color css

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

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

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

border-color css

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

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

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