#8B3844

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

Shades of Camelot #8B3844

Tints of Camelot #8B3844

Color information

#8B3844 (or 0x8B3844) is unknown color: approx Camelot. HEX triplet: 8B, 38 and 44. RGB value is (139,56,68). Sum of RGB (Red+Green+Blue) = 139+56+68=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3844 is #74C7BB. Grayscale: #525252. Windows color (decimal): -7653308 or 4470923. OLE color: 4470923.

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

Color convert

RGB1395668-
CMYK00.600.510.45
HSL351.33º42.56%38.24%-
HSV(B)351.33º59.71%54.51%-
XYZ13.118.736.46-
YUV82.18120168.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=52.85%
G=21.29%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139566800.600.510.45351.3342.5638.24
Hex8B384403C332D15f2b26
Octal2137010407463555375346
Binary1000101111100010001000111100110011101101101011111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,56,68); }

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

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

 a { background-color: rgb(139,56,68); }

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

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

 span { border-color: rgb(139,56,68); }

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