Html Css Color HEX #8C3747 Camelot

📋 copy color: '#8C3747'

red 140 ◦ green 55 ◦ blue 71

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

Shades of Camelot #8C3747

Tints of Camelot #8C3747

RGB

 RED value IS 140 (55.08% from 255) = 52.63%

 GREEN value IS 55 (21.88% from 255) = 20.68%

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 52.63%
G = 20.68%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C3747 (or 0x8C3747) is known color: Camelot. HEX triplet: 8C, 37 and 47. RGB value is (140,55,71). Sum of RGB (Red+Green+Blue) = 140+55+71=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3747 is #73C8B8. Grayscale: #525252. Windows color (decimal): -7588025 or 4667276. OLE color: 4667276.

HSL color Cylindrical-coordinate representation of color #8C3747: hue angle of 348.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3747 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 55 71 -
CMYK 0 0.61 0.49 0.45
HSL 348.71º 0.44% 0.38% -
HSV(B) 348.71º 0.61% 0.55% -
XYZ 13.32 8.76 6.95 -
YUV 82.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 140 55 71 0 0.61 0.49 0.45 348.71 0.44 0.38
Hex 8C 37 47 0 3D 31 2D 15D 2C 26
Octal 214 67 107 0 75 61 55 535 54 46
Binary 10001100 110111 1000111 0 111101 110001 101101 101011101 101100 100110

Color Harmonies of #8C3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3747

Black with #8C3747

Text Example


Text Example

White with #8C3747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C3747; }

 p { color: rgb(140,55,71); }

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

background-color css

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

 a { background-color: rgb(140,55,71); }

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

border-color css

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

 span { border-color: rgb(140,55,71); }

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