Html Css Color HEX #873949 Camelot

📋 copy color: '#873949'

red 135 ◦ green 57 ◦ blue 73

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

Shades of Camelot #873949

Tints of Camelot #873949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 50.94%
G = 21.51%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#873949 (or 0x873949) is known color: Camelot. HEX triplet: 87, 39 and 49. RGB value is (135,57,73). Sum of RGB (Red+Green+Blue) = 135+57+73=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #873949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873949 is #78C6B6. Grayscale: #525252. Windows color (decimal): -7915191 or 4798855. OLE color: 4798855.

HSL color Cylindrical-coordinate representation of color #873949: hue angle of 347.69º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #873949 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 57 73 -
CMYK 0 0.58 0.46 0.47
HSL 347.69º 0.41% 0.38% -
HSV(B) 347.69º 0.58% 0.53% -
XYZ 12.66 8.56 7.29 -
YUV 82.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 135 57 73 0 0.58 0.46 0.47 347.69 0.41 0.38
Hex 87 39 49 0 3A 2E 2F 15C 29 26
Octal 207 71 111 0 72 56 57 534 51 46
Binary 10000111 111001 1001001 0 111010 101110 101111 101011100 101001 100110

Color Harmonies of #873949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873949

Black with #873949

Text Example


Text Example

White with #873949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873949; }

 p { color: rgb(135,57,73); }

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

background-color css

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

 a { background-color: rgb(135,57,73); }

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

border-color css

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

 span { border-color: rgb(135,57,73); }

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