#492534

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

Shades of Castro #492534

Tints of Castro #492534

Color information

#492534 (or 0x492534) is unknown color: approx Castro. HEX triplet: 49, 25 and 34. RGB value is (73,37,52). Sum of RGB (Red+Green+Blue) = 73+37+52=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492534 is #B6DACB. Grayscale: #313131. Windows color (decimal): -11983564 or 3417417. OLE color: 3417417.

HSL color Cylindrical-coordinate representation of color #492534: hue angle of 335º 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 #492534 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB733752-
CMYK00.490.290.71
HSL335º32.73%21.57%-
HSV(B)335º49.32%28.63%-
XYZ4.032.993.61-
YUV49.47129.43144.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=45.06%
G=22.84%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73375200.490.290.7133532.7321.57
Hex4925340311D4714f2116
Octal1114564061351075174126
Binary1001001100101110100011000111101100011110100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492534; }

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

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

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

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

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

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

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

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