Html Css Color HEX #873646 Camelot

📋 copy color: '#873646'

red 135 ◦ green 54 ◦ blue 70

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

Shades of Camelot #873646

Tints of Camelot #873646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 52.12%
G = 20.85%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#873646 (or 0x873646) is known color: Camelot. HEX triplet: 87, 36 and 46. RGB value is (135,54,70). Sum of RGB (Red+Green+Blue) = 135+54+70=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #873646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873646 is #78C9B9. Grayscale: #505050. Windows color (decimal): -7915962 or 4601479. OLE color: 4601479.

HSL color Cylindrical-coordinate representation of color #873646: hue angle of 348.15º 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 #873646 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 54 70 -
CMYK 0 0.60 0.48 0.47
HSL 348.15º 0.43% 0.37% -
HSV(B) 348.15º 0.6% 0.53% -
XYZ 12.42 8.23 6.73 -
YUV 80.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 135 54 70 0 0.60 0.48 0.47 348.15 0.43 0.37
Hex 87 36 46 0 3C 30 2F 15C 2B 25
Octal 207 66 106 0 74 60 57 534 53 45
Binary 10000111 110110 1000110 0 111100 110000 101111 101011100 101011 100101

Color Harmonies of #873646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873646

Black with #873646

Text Example


Text Example

White with #873646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873646; }

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

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

background-color css

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

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

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

border-color css

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

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

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