Html Css Color HEX #884356 Camelot

📋 copy color: '#884356'

red 136 ◦ green 67 ◦ blue 86

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

Shades of Camelot #884356

Tints of Camelot #884356

RGB

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

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

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

R = 47.06%
G = 23.18%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#884356 (or 0x884356) is known color: Camelot. HEX triplet: 88, 43 and 56. RGB value is (136,67,86). Sum of RGB (Red+Green+Blue) = 136+67+86=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884356 is #77BCA9. Grayscale: #595959. Windows color (decimal): -7847082 or 5653384. OLE color: 5653384.

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

Color convert

RGB 136 67 86 -
CMYK 0 0.51 0.37 0.47
HSL 343.48º 0.34% 0.4% -
HSV(B) 343.48º 0.51% 0.53% -
XYZ 13.84 9.92 9.99 -
YUV 89.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 136 67 86 0 0.51 0.37 0.47 343.48 0.34 0.4
Hex 88 43 56 0 33 25 2F 157 22 28
Octal 210 103 126 0 63 45 57 527 42 50
Binary 10001000 1000011 1010110 0 110011 100101 101111 101010111 100010 101000

Color Harmonies of #884356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884356

Black with #884356

Text Example


Text Example

White with #884356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884356; }

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

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

background-color css

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

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

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

border-color css

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

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

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