#8B374C

Color #8B374C Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #8B374C

Tints of Camelot #8B374C

Color information

#8B374C (or 0x8B374C) is unknown color: approx Camelot. HEX triplet: 8B, 37 and 4C. RGB value is (139,55,76). Sum of RGB (Red+Green+Blue) = 139+55+76=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B374C is #74C8B3. Grayscale: #525252. Windows color (decimal): -7653556 or 4994955. OLE color: 4994955.

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

Color convert

RGB1395576-
CMYK00.600.450.45
HSL345º43.3%38.04%-
HSV(B)345º60.43%54.51%-
XYZ13.328.747.82-
YUV82.51124.33168.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=51.48%
G=20.37%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139557600.600.450.4534543.338.04
Hex8B374C03C2D2D1592b26
Octal2136711407455555315346
Binary1000101111011110011000111100101101101101101011001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,55,76); }

 H1.HeaderClassName
 {
   color: #8B374C;
 }
 .AnyTagClassName
 {
   color: #8B374C;
 }
</style>
background-color css

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

 a { background-color: rgb(139,55,76); }

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

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

 span { border-color: rgb(139,55,76); }

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