Html Css Color HEX #874455 Camelot

📋 copy color: '#874455'

red 135 ◦ green 68 ◦ blue 85

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

Shades of Camelot #874455

Tints of Camelot #874455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

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

R = 46.88%
G = 23.61%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#874455 (or 0x874455) is known color: Camelot. HEX triplet: 87, 44 and 55. RGB value is (135,68,85). Sum of RGB (Red+Green+Blue) = 135+68+85=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874455 is #78BBAA. Grayscale: #595959. Windows color (decimal): -7912363 or 5588103. OLE color: 5588103.

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

Color convert

RGB 135 68 85 -
CMYK 0 0.50 0.37 0.47
HSL 344.78º 0.33% 0.4% -
HSV(B) 344.78º 0.5% 0.53% -
XYZ 13.7 9.94 9.79 -
YUV 89.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 135 68 85 0 0.50 0.37 0.47 344.78 0.33 0.4
Hex 87 44 55 0 32 25 2F 159 21 28
Octal 207 104 125 0 62 45 57 531 41 50
Binary 10000111 1000100 1010101 0 110010 100101 101111 101011001 100001 101000

Color Harmonies of #874455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874455

Black with #874455

Text Example


Text Example

White with #874455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874455; }

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

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

background-color css

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

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

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

border-color css

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

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

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