#863945

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

Shades of Camelot #863945

Tints of Camelot #863945

Color information

#863945 (or 0x863945) is unknown color: approx Camelot. HEX triplet: 86, 39 and 45. RGB value is (134,57,69). Sum of RGB (Red+Green+Blue) = 134+57+69=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #863945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863945 is #79C6BA. Grayscale: #515151. Windows color (decimal): -7980731 or 4536710. OLE color: 4536710.

HSL color Cylindrical-coordinate representation of color #863945: hue angle of 350.65º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863945 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1345769-
CMYK00.570.490.47
HSL350.65º40.31%37.45%-
HSV(B)350.65º57.46%52.55%-
XYZ12.378.426.6-
YUV81.39121.01165.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=51.54%
G=21.92%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134576900.570.490.47350.6540.3137.45
Hex863945039312F15f2825
Octal2067110507161575375045
Binary1000011011100110001010111001110001101111101011111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863945; }

 p { color: rgb(134,57,69); }

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

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

 a { background-color: rgb(134,57,69); }

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

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

 span { border-color: rgb(134,57,69); }

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