#492530

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

Shades of Castro #492530

Tints of Castro #492530

Color information

#492530 (or 0x492530) is unknown color: approx Castro. HEX triplet: 49, 25 and 30. RGB value is (73,37,48). Sum of RGB (Red+Green+Blue) = 73+37+48=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492530 is #B6DACF. Grayscale: #313131. Windows color (decimal): -11983568 or 3155273. OLE color: 3155273.

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

Color convert

RGB733748-
CMYK00.490.340.71
HSL341.67º32.73%21.57%-
HSV(B)341.67º49.32%28.63%-
XYZ3.942.953.16-
YUV49.02127.43145.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=46.20%
G=23.42%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73374800.490.340.71341.6732.7321.57
Hex49253003122471562116
Octal1114560061421075264126
Binary10010011001011100000110001100010100011110101011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492530; }

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

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

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

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

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

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

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

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