Html Css Color HEX #844557 Camelot

📋 copy color: '#844557'

red 132 ◦ green 69 ◦ blue 87

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

Shades of Camelot #844557

Tints of Camelot #844557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 45.83%
G = 23.96%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#844557 (or 0x844557) is known color: Camelot. HEX triplet: 84, 45 and 57. RGB value is (132,69,87). Sum of RGB (Red+Green+Blue) = 132+69+87=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #844557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844557 is #7BBAA8. Grayscale: #595959. Windows color (decimal): -8108713 or 5719428. OLE color: 5719428.

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

Color convert

RGB 132 69 87 -
CMYK 0 0.48 0.34 0.48
HSL 342.86º 0.31% 0.39% -
HSV(B) 342.86º 0.48% 0.52% -
XYZ 13.36 9.85 10.21 -
YUV 89.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 132 69 87 0 0.48 0.34 0.48 342.86 0.31 0.39
Hex 84 45 57 0 30 22 30 157 1F 27
Octal 204 105 127 0 60 42 60 527 37 47
Binary 10000100 1000101 1010111 0 110000 100010 110000 101010111 11111 100111

Color Harmonies of #844557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844557

Black with #844557

Text Example


Text Example

White with #844557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844557; }

 p { color: rgb(132,69,87); }

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

background-color css

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

 a { background-color: rgb(132,69,87); }

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

border-color css

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

 span { border-color: rgb(132,69,87); }

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