Html Css Color HEX #873648 Camelot

📋 copy color: '#873648'

red 135 ◦ green 54 ◦ blue 72

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

Shades of Camelot #873648

Tints of Camelot #873648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 51.72%
G = 20.69%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#873648 (or 0x873648) is known color: Camelot. HEX triplet: 87, 36 and 48. RGB value is (135,54,72). Sum of RGB (Red+Green+Blue) = 135+54+72=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #873648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873648 is #78C9B7. Grayscale: #505050. Windows color (decimal): -7915960 or 4732551. OLE color: 4732551.

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

Color convert

RGB 135 54 72 -
CMYK 0 0.60 0.47 0.47
HSL 346.67º 0.43% 0.37% -
HSV(B) 346.67º 0.6% 0.53% -
XYZ 12.48 8.26 7.07 -
YUV 80.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 135 54 72 0 0.60 0.47 0.47 346.67 0.43 0.37
Hex 87 36 48 0 3C 2F 2F 15B 2B 25
Octal 207 66 110 0 74 57 57 533 53 45
Binary 10000111 110110 1001000 0 111100 101111 101111 101011011 101011 100101

Color Harmonies of #873648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873648

Black with #873648

Text Example


Text Example

White with #873648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873648; }

 p { color: rgb(135,54,72); }

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

background-color css

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

 a { background-color: rgb(135,54,72); }

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

border-color css

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

 span { border-color: rgb(135,54,72); }

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