Html Css Color HEX #884557 Camelot

📋 copy color: '#884557'

red 136 ◦ green 69 ◦ blue 87

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

Shades of Camelot #884557

Tints of Camelot #884557

RGB

 RED value IS 136 (53.52% from 255) = 46.58%

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

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

R = 46.58%
G = 23.63%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#884557 (or 0x884557) is known color: Camelot. HEX triplet: 88, 45 and 57. RGB value is (136,69,87). Sum of RGB (Red+Green+Blue) = 136+69+87=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #884557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884557 is #77BAA8. Grayscale: #5B5B5B. Windows color (decimal): -7846569 or 5719432. OLE color: 5719432.

HSL color Cylindrical-coordinate representation of color #884557: hue angle of 343.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884557 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 87 -
CMYK 0 0.49 0.36 0.47
HSL 343.88º 0.33% 0.4% -
HSV(B) 343.88º 0.49% 0.53% -
XYZ 14 10.18 10.24 -
YUV 91.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 136 69 87 0 0.49 0.36 0.47 343.88 0.33 0.4
Hex 88 45 57 0 31 24 2F 158 21 28
Octal 210 105 127 0 61 44 57 530 41 50
Binary 10001000 1000101 1010111 0 110001 100100 101111 101011000 100001 101000

Color Harmonies of #884557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884557

Black with #884557

Text Example


Text Example

White with #884557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884557; }

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

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

background-color css

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

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

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

border-color css

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

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

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