#491E2C

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

Shades of Castro #491E2C

Tints of Castro #491E2C

Color information

#491E2C (or 0x491E2C) is unknown color: approx Castro. HEX triplet: 49, 1E and 2C. RGB value is (73,30,44). Sum of RGB (Red+Green+Blue) = 73+30+44=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E2C is #B6E1D3. Grayscale: #2C2C2C. Windows color (decimal): -11985364 or 2891337. OLE color: 2891337.

HSL color Cylindrical-coordinate representation of color #491E2C: hue angle of 340.47º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E2C is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB733044-
CMYK00.590.400.71
HSL340.47º41.75%20.2%-
HSV(B)340.47º58.9%28.63%-
XYZ3.672.532.68-
YUV44.45127.75148.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=49.66%
G=20.41%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73304400.590.400.71340.4741.7520.2
Hex491E2C03B28471542a14
Octal1113654073501075245224
Binary1001001111101011000111011101000100011110101010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E2C; }

 p { color: rgb(73,30,44); }

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

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

 a { background-color: rgb(73,30,44); }

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

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

 span { border-color: rgb(73,30,44); }

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