Html Css Color HEX #873C4C Camelot

📋 copy color: '#873C4C'

red 135 ◦ green 60 ◦ blue 76

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

Shades of Camelot #873C4C

Tints of Camelot #873C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 49.82%
G = 22.14%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#873C4C (or 0x873C4C) is known color: Camelot. HEX triplet: 87, 3C and 4C. RGB value is (135,60,76). Sum of RGB (Red+Green+Blue) = 135+60+76=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #873C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C4C is #78C3B3. Grayscale: #545454. Windows color (decimal): -7914420 or 4996231. OLE color: 4996231.

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

Color convert

RGB 135 60 76 -
CMYK 0 0.56 0.44 0.47
HSL 347.2º 0.38% 0.38% -
HSV(B) 347.2º 0.56% 0.53% -
XYZ 12.91 8.9 7.88 -
YUV 84.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 135 60 76 0 0.56 0.44 0.47 347.2 0.38 0.38
Hex 87 3C 4C 0 38 2C 2F 15B 26 26
Octal 207 74 114 0 70 54 57 533 46 46
Binary 10000111 111100 1001100 0 111000 101100 101111 101011011 100110 100110

Color Harmonies of #873C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C4C

Black with #873C4C

Text Example


Text Example

White with #873C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873C4C; }

 p { color: rgb(135,60,76); }

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

background-color css

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

 a { background-color: rgb(135,60,76); }

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

border-color css

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

 span { border-color: rgb(135,60,76); }

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