#8B394C

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

Shades of Camelot #8B394C

Tints of Camelot #8B394C

Color information

#8B394C (or 0x8B394C) is unknown color: approx Camelot. HEX triplet: 8B, 39 and 4C. RGB value is (139,57,76). Sum of RGB (Red+Green+Blue) = 139+57+76=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B394C is #74C6B3. Grayscale: #535353. Windows color (decimal): -7653044 or 4995467. OLE color: 4995467.

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

Color convert

RGB1395776-
CMYK00.590.450.45
HSL346.1º41.84%38.43%-
HSV(B)346.1º58.99%54.51%-
XYZ13.428.947.86-
YUV83.68123.67167.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=51.10%
G=20.96%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139577600.590.450.45346.141.8438.43
Hex8B394C03B2D2D15a2a26
Octal2137111407355555325246
Binary1000101111100110011000111011101101101101101011010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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