Html Css Color HEX #884555 Camelot

📋 copy color: '#884555'

red 136 ◦ green 69 ◦ blue 85

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

Shades of Camelot #884555

Tints of Camelot #884555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 46.9%
G = 23.79%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#884555 (or 0x884555) is known color: Camelot. HEX triplet: 88, 45 and 55. RGB value is (136,69,85). Sum of RGB (Red+Green+Blue) = 136+69+85=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884555 is #77BAAA. Grayscale: #5A5A5A. Windows color (decimal): -7846571 or 5588360. OLE color: 5588360.

HSL color Cylindrical-coordinate representation of color #884555: hue angle of 345.67º 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 #884555 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 85 -
CMYK 0 0.49 0.38 0.47
HSL 345.67º 0.33% 0.4% -
HSV(B) 345.67º 0.49% 0.53% -
XYZ 13.92 10.15 9.82 -
YUV 90.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 136 69 85 0 0.49 0.38 0.47 345.67 0.33 0.4
Hex 88 45 55 0 31 26 2F 15A 21 28
Octal 210 105 125 0 61 46 57 532 41 50
Binary 10001000 1000101 1010101 0 110001 100110 101111 101011010 100001 101000

Color Harmonies of #884555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884555

Black with #884555

Text Example


Text Example

White with #884555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884555; }

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

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

background-color css

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

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

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

border-color css

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

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

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