#813646

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

Shades of Camelot #813646

Tints of Camelot #813646

Color information

#813646 (or 0x813646) is unknown color: approx Camelot. HEX triplet: 81, 36 and 46. RGB value is (129,54,70). Sum of RGB (Red+Green+Blue) = 129+54+70=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #813646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813646 is #7EC9B9. Grayscale: #4E4E4E. Windows color (decimal): -8309178 or 4601473. OLE color: 4601473.

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

Color convert

RGB1295470-
CMYK00.580.460.49
HSL347.2º40.98%35.88%-
HSV(B)347.2º58.14%50.59%-
XYZ11.487.756.68-
YUV78.25123.35164.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=50.99%
G=21.34%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129547000.580.460.49347.240.9835.88
Hex81364603A2E3115b2924
Octal2016610607256615335144
Binary1000000111011010001100111010101110110001101011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813646; }

 p { color: rgb(129,54,70); }

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

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

 a { background-color: rgb(129,54,70); }

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

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

 span { border-color: rgb(129,54,70); }

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