Html Css Color HEX #874256 Camelot

📋 copy color: '#874256'

red 135 ◦ green 66 ◦ blue 86

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

Shades of Camelot #874256

Tints of Camelot #874256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 47.04%
G = 23%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#874256 (or 0x874256) is known color: Camelot. HEX triplet: 87, 42 and 56. RGB value is (135,66,86). Sum of RGB (Red+Green+Blue) = 135+66+86=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874256 is #78BDA9. Grayscale: #585858. Windows color (decimal): -7912874 or 5653127. OLE color: 5653127.

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

Color convert

RGB 135 66 86 -
CMYK 0 0.51 0.36 0.47
HSL 342.61º 0.34% 0.39% -
HSV(B) 342.61º 0.51% 0.53% -
XYZ 13.62 9.72 9.96 -
YUV 88.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 135 66 86 0 0.51 0.36 0.47 342.61 0.34 0.39
Hex 87 42 56 0 33 24 2F 157 22 27
Octal 207 102 126 0 63 44 57 527 42 47
Binary 10000111 1000010 1010110 0 110011 100100 101111 101010111 100010 100111

Color Harmonies of #874256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874256

Black with #874256

Text Example


Text Example

White with #874256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874256; }

 p { color: rgb(135,66,86); }

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

background-color css

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

 a { background-color: rgb(135,66,86); }

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

border-color css

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

 span { border-color: rgb(135,66,86); }

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