Html Css Color HEX #874555 Camelot

📋 copy color: '#874555'

red 135 ◦ green 69 ◦ blue 85

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

Shades of Camelot #874555

Tints of Camelot #874555

RGB

 RED value IS 135 (53.13% from 255) = 46.71%

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

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

R = 46.71%
G = 23.88%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#874555 (or 0x874555) is known color: Camelot. HEX triplet: 87, 45 and 55. RGB value is (135,69,85). Sum of RGB (Red+Green+Blue) = 135+69+85=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874555 is #78BAAA. Grayscale: #5A5A5A. Windows color (decimal): -7912107 or 5588359. OLE color: 5588359.

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

Color convert

RGB 135 69 85 -
CMYK 0 0.49 0.37 0.47
HSL 345.45º 0.32% 0.4% -
HSV(B) 345.45º 0.49% 0.53% -
XYZ 13.76 10.06 9.81 -
YUV 90.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 135 69 85 0 0.49 0.37 0.47 345.45 0.32 0.4
Hex 87 45 55 0 31 25 2F 159 20 28
Octal 207 105 125 0 61 45 57 531 40 50
Binary 10000111 1000101 1010101 0 110001 100101 101111 101011001 100000 101000

Color Harmonies of #874555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874555

Black with #874555

Text Example


Text Example

White with #874555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874555; }

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

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

background-color css

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

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

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

border-color css

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

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

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