#492032

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

Shades of Castro #492032

Tints of Castro #492032

Color information

#492032 (or 0x492032) is unknown color: approx Castro. HEX triplet: 49, 20 and 32. RGB value is (73,32,50). Sum of RGB (Red+Green+Blue) = 73+32+50=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492032 is #B6DFCD. Grayscale: #2E2E2E. Windows color (decimal): -11984846 or 3285065. OLE color: 3285065.

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

Color convert

RGB733250-
CMYK00.560.320.71
HSL333.66º39.05%20.59%-
HSV(B)333.66º56.16%28.63%-
XYZ3.842.683.33-
YUV46.31130.08147.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=47.10%
G=20.65%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73325000.560.320.71333.6639.0520.59
Hex492032038204714e2715
Octal1114062070401075164725
Binary10010011000001100100111000100000100011110100111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492032; }

 p { color: rgb(73,32,50); }

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

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

 a { background-color: rgb(73,32,50); }

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

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

 span { border-color: rgb(73,32,50); }

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