Html Css Color HEX #8C3748 Camelot

📋 copy color: '#8C3748'

red 140 ◦ green 55 ◦ blue 72

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

Shades of Camelot #8C3748

Tints of Camelot #8C3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 52.43%
G = 20.6%
B = 26.97%

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

#8C3748 (or 0x8C3748) is known color: Camelot. HEX triplet: 8C, 37 and 48. RGB value is (140,55,72). Sum of RGB (Red+Green+Blue) = 140+55+72=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3748 is #73C8B7. Grayscale: #525252. Windows color (decimal): -7588024 or 4732812. OLE color: 4732812.

HSL color Cylindrical-coordinate representation of color #8C3748: hue angle of 348º 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 #8C3748 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 55 72 -
CMYK 0 0.61 0.49 0.45
HSL 348º 0.44% 0.38% -
HSV(B) 348º 0.61% 0.55% -
XYZ 13.35 8.78 7.12 -
YUV 82.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 140 55 72 0 0.61 0.49 0.45 348 0.44 0.38
Hex 8C 37 48 0 3D 31 2D 15C 2C 26
Octal 214 67 110 0 75 61 55 534 54 46
Binary 10001100 110111 1001000 0 111101 110001 101101 101011100 101100 100110

Color Harmonies of #8C3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3748

Black with #8C3748

Text Example


Text Example

White with #8C3748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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