#923B48

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

Shades of Camelot #923B48

Tints of Camelot #923B48

Color information

#923B48 (or 0x923B48) is unknown color: approx Camelot. HEX triplet: 92, 3B and 48. RGB value is (146,59,72). Sum of RGB (Red+Green+Blue) = 146+59+72=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #923B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923B48 is #6DC4B7. Grayscale: #565656. Windows color (decimal): -7193784 or 4733842. OLE color: 4733842.

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

Color convert

RGB1465972-
CMYK00.600.510.43
HSL351.03º42.44%40.2%-
HSV(B)351.03º59.59%57.25%-
XYZ14.599.717.24-
YUV86.49119.82170.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 59 (23.44% from 255) = 21.30%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=52.71%
G=21.30%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146597200.600.510.43351.0342.4440.2
Hex923B4803C332B15f2a28
Octal2227311007463535375250
Binary1001001011101110010000111100110011101011101011111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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