#492430

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

Shades of Castro #492430

Tints of Castro #492430

Color information

#492430 (or 0x492430) is unknown color: approx Castro. HEX triplet: 49, 24 and 30. RGB value is (73,36,48). Sum of RGB (Red+Green+Blue) = 73+36+48=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492430 is #B6DBCF. Grayscale: #303030. Windows color (decimal): -11983824 or 3155017. OLE color: 3155017.

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

Color convert

RGB733648-
CMYK00.510.340.71
HSL340.54º33.94%21.37%-
HSV(B)340.54º50.68%28.63%-
XYZ3.912.893.15-
YUV48.43127.76145.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=46.50%
G=22.93%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73364800.510.340.71340.5433.9421.37
Hex49243003322471552215
Octal1114460063421075254225
Binary10010011001001100000110011100010100011110101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492430; }

 p { color: rgb(73,36,48); }

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

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

 a { background-color: rgb(73,36,48); }

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

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

 span { border-color: rgb(73,36,48); }

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