#492833

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

Shades of Castro #492833

Tints of Castro #492833

Color information

#492833 (or 0x492833) is unknown color: approx Castro. HEX triplet: 49, 28 and 33. RGB value is (73,40,51). Sum of RGB (Red+Green+Blue) = 73+40+51=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492833 is #B6D7CC. Grayscale: #333333. Windows color (decimal): -11982797 or 3352649. OLE color: 3352649.

HSL color Cylindrical-coordinate representation of color #492833: hue angle of 340º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492833 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB734051-
CMYK00.450.300.71
HSL340º29.2%22.16%-
HSV(B)340º45.21%28.63%-
XYZ4.13.173.53-
YUV51.12127.93143.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=44.51%
G=24.39%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73405100.450.300.7134029.222.16
Hex49283302D1E471541d16
Octal1115063055361075243526
Binary100100110100011001101011011111010001111010101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492833; }

 p { color: rgb(73,40,51); }

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

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

 a { background-color: rgb(73,40,51); }

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

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

 span { border-color: rgb(73,40,51); }

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