#913B47

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

Shades of Camelot #913B47

Tints of Camelot #913B47

Color information

#913B47 (or 0x913B47) is unknown color: approx Camelot. HEX triplet: 91, 3B and 47. RGB value is (145,59,71). Sum of RGB (Red+Green+Blue) = 145+59+71=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #913B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B47 is #6EC4B8. Grayscale: #565656. Windows color (decimal): -7259321 or 4668305. OLE color: 4668305.

HSL color Cylindrical-coordinate representation of color #913B47: hue angle of 351.63º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913B47 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1455971-
CMYK00.590.510.43
HSL351.63º42.16%40%-
HSV(B)351.63º59.31%56.86%-
XYZ14.389.67.06-
YUV86.08119.49170.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 59 (23.44% from 255) = 21.45%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=52.73%
G=21.45%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145597100.590.510.43351.6342.1640
Hex913B4703B332B1602a28
Octal2217310707363535405250
Binary1001000111101110001110111011110011101011101100000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913B47; }

 p { color: rgb(145,59,71); }

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

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

 a { background-color: rgb(145,59,71); }

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

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

 span { border-color: rgb(145,59,71); }

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