#923B4A

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

Shades of Camelot #923B4A

Tints of Camelot #923B4A

Color information

#923B4A (or 0x923B4A) is unknown color: approx Camelot. HEX triplet: 92, 3B and 4A. RGB value is (146,59,74). Sum of RGB (Red+Green+Blue) = 146+59+74=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #923B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923B4A is #6DC4B5. Grayscale: #565656. Windows color (decimal): -7193782 or 4864914. OLE color: 4864914.

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

Color convert

RGB1465974-
CMYK00.600.490.43
HSL349.66º42.44%40.2%-
HSV(B)349.66º59.59%57.25%-
XYZ14.659.737.58-
YUV86.72120.82170.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=52.33%
G=21.15%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146597400.600.490.43349.6642.4440.2
Hex923B4A03C312B15e2a28
Octal2227311207461535365250
Binary1001001011101110010100111100110001101011101011110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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