#492630

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

Shades of Castro #492630

Tints of Castro #492630

Color information

#492630 (or 0x492630) is unknown color: approx Castro. HEX triplet: 49, 26 and 30. RGB value is (73,38,48). Sum of RGB (Red+Green+Blue) = 73+38+48=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492630 is #B6D9CF. Grayscale: #313131. Windows color (decimal): -11983312 or 3155529. OLE color: 3155529.

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

Color convert

RGB733848-
CMYK00.480.340.71
HSL342.86º31.53%21.76%-
HSV(B)342.86º47.95%28.63%-
XYZ3.973.023.17-
YUV49.6127.1144.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=45.91%
G=23.90%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73384800.480.340.71342.8631.5321.76
Hex49263003022471572016
Octal1114660060421075274026
Binary10010011001101100000110000100010100011110101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492630; }

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

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

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

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

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

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

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

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