Html Css Color HEX #873846 Camelot

📋 copy color: '#873846'

red 135 ◦ green 56 ◦ blue 70

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

Shades of Camelot #873846

Tints of Camelot #873846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.46%

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

R = 51.72%
G = 21.46%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#873846 (or 0x873846) is known color: Camelot. HEX triplet: 87, 38 and 46. RGB value is (135,56,70). Sum of RGB (Red+Green+Blue) = 135+56+70=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #873846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873846 is #78C7B9. Grayscale: #515151. Windows color (decimal): -7915450 or 4601991. OLE color: 4601991.

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

Color convert

RGB 135 56 70 -
CMYK 0 0.59 0.48 0.47
HSL 349.37º 0.41% 0.37% -
HSV(B) 349.37º 0.59% 0.53% -
XYZ 12.51 8.42 6.76 -
YUV 81.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 135 56 70 0 0.59 0.48 0.47 349.37 0.41 0.37
Hex 87 38 46 0 3B 30 2F 15D 29 25
Octal 207 70 106 0 73 60 57 535 51 45
Binary 10000111 111000 1000110 0 111011 110000 101111 101011101 101001 100101

Color Harmonies of #873846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873846

Black with #873846

Text Example


Text Example

White with #873846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873846; }

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

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

background-color css

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

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

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

border-color css

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

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

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