#813847

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

Shades of Camelot #813847

Tints of Camelot #813847

Color information

#813847 (or 0x813847) is unknown color: approx Camelot. HEX triplet: 81, 38 and 47. RGB value is (129,56,71). Sum of RGB (Red+Green+Blue) = 129+56+71=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #813847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813847 is #7EC7B8. Grayscale: #4F4F4F. Windows color (decimal): -8308665 or 4667521. OLE color: 4667521.

HSL color Cylindrical-coordinate representation of color #813847: hue angle of 347.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813847 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1295671-
CMYK00.570.450.49
HSL347.67º39.46%36.27%-
HSV(B)347.67º56.59%50.59%-
XYZ11.67.956.88-
YUV79.54123.18163.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=50.39%
G=21.88%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129567100.570.450.49347.6739.4636.27
Hex8138470392D3115c2724
Octal2017010707155615344744
Binary1000000111100010001110111001101101110001101011100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813847; }

 p { color: rgb(129,56,71); }

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

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

 a { background-color: rgb(129,56,71); }

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

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

 span { border-color: rgb(129,56,71); }

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