Html Css Color HEX #873946 Camelot

📋 copy color: '#873946'

red 135 ◦ green 57 ◦ blue 70

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

Shades of Camelot #873946

Tints of Camelot #873946

RGB

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

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

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

R = 51.53%
G = 21.76%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#873946 (or 0x873946) is known color: Camelot. HEX triplet: 87, 39 and 46. RGB value is (135,57,70). Sum of RGB (Red+Green+Blue) = 135+57+70=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #873946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873946 is #78C6B9. Grayscale: #515151. Windows color (decimal): -7915194 or 4602247. OLE color: 4602247.

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

Color convert

RGB 135 57 70 -
CMYK 0 0.58 0.48 0.47
HSL 350º 0.41% 0.38% -
HSV(B) 350º 0.58% 0.53% -
XYZ 12.56 8.52 6.78 -
YUV 81.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 135 57 70 0 0.58 0.48 0.47 350 0.41 0.38
Hex 87 39 46 0 3A 30 2F 15E 29 26
Octal 207 71 106 0 72 60 57 536 51 46
Binary 10000111 111001 1000110 0 111010 110000 101111 101011110 101001 100110

Color Harmonies of #873946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873946

Black with #873946

Text Example


Text Example

White with #873946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873946; }

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

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

background-color css

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

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

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

border-color css

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

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

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