#923b49

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

Shades of Camelot #923B49

Tints of Camelot #923B49

Color information

#923B49 (or 0x923B49) is unknown color: approx Camelot. HEX triplet: 92, 3B and 49. RGB value is (146,59,73). Sum of RGB (Red+Green+Blue) = 146+59+73=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #923B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923B49 is #6DC4B6. Grayscale: #565656. Windows color (decimal): -7193783 or 4799378. OLE color: 4799378.

HSL color Cylindrical-coordinate representation of color #923B49: hue angle of 350.34º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923B49 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB1465973-
CMYK00.600.50.43
HSL350.34º42.44%40.2%-
HSV(B)350.34º59.59%57.25%-
XYZ14.629.727.41-
YUV86.61120.32170.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.52%
GREEN value IS 59 (23.44% from 255) = 21.22%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=52.52%
G=21.22%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146597300.600.50.43350.3442.4440.2
Hex923B4903C322B15e2a28
Octal2227311107462535365250
Binary1001001011101110010010111100110010101011101011110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923b49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923b49; }

 p { color: rgb(146,59,73); }

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

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

 a { background-color: rgb(146,59,73); }

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

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

 span { border-color: rgb(146,59,73); }

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