Html Css Color HEX #8C374D Camelot

📋 copy color: '#8C374D'

red 140 ◦ green 55 ◦ blue 77

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

Shades of Camelot #8C374D

Tints of Camelot #8C374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 51.47%
G = 20.22%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8C374D (or 0x8C374D) is known color: Camelot. HEX triplet: 8C, 37 and 4D. RGB value is (140,55,77). Sum of RGB (Red+Green+Blue) = 140+55+77=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C374D is #73C8B2. Grayscale: #525252. Windows color (decimal): -7588019 or 5060492. OLE color: 5060492.

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

Color convert

RGB 140 55 77 -
CMYK 0 0.61 0.45 0.45
HSL 344.47º 0.44% 0.38% -
HSV(B) 344.47º 0.61% 0.55% -
XYZ 13.52 8.84 8.02 -
YUV 82.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 140 55 77 0 0.61 0.45 0.45 344.47 0.44 0.38
Hex 8C 37 4D 0 3D 2D 2D 158 2C 26
Octal 214 67 115 0 75 55 55 530 54 46
Binary 10001100 110111 1001101 0 111101 101101 101101 101011000 101100 100110

Color Harmonies of #8C374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C374D

Black with #8C374D

Text Example


Text Example

White with #8C374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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