#923C4A

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

Shades of Camelot #923C4A

Tints of Camelot #923C4A

Color information

#923C4A (or 0x923C4A) is unknown color: approx Camelot. HEX triplet: 92, 3C and 4A. RGB value is (146,60,74). Sum of RGB (Red+Green+Blue) = 146+60+74=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #923C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C4A is #6DC3B5. Grayscale: #575757. Windows color (decimal): -7193526 or 4865170. OLE color: 4865170.

HSL color Cylindrical-coordinate representation of color #923C4A: hue angle of 350.23º 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 #923C4A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1466074-
CMYK00.590.490.43
HSL350.23º41.75%40.39%-
HSV(B)350.23º58.9%57.25%-
XYZ14.719.847.6-
YUV87.31120.49169.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.14%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=52.14%
G=21.43%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146607400.590.490.43350.2341.7540.39
Hex923C4A03B312B15e2a28
Octal2227411207361535365250
Binary1001001011110010010100111011110001101011101011110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,60,74); }

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

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

 a { background-color: rgb(146,60,74); }

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

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

 span { border-color: rgb(146,60,74); }

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