#472933

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

Shades of Castro #472933

Tints of Castro #472933

Color information

#472933 (or 0x472933) is unknown color: approx Castro. HEX triplet: 47, 29 and 33. RGB value is (71,41,51). Sum of RGB (Red+Green+Blue) = 71+41+51=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472933 is #B8D6CC. Grayscale: #333333. Windows color (decimal): -12113613 or 3352903. OLE color: 3352903.

HSL color Cylindrical-coordinate representation of color #472933: hue angle of 340º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472933 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB714151-
CMYK00.420.280.72
HSL340º26.79%21.96%-
HSV(B)340º42.25%27.84%-
XYZ3.993.163.53-
YUV51.11127.94142.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=43.56%
G=25.15%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71415100.420.280.7234026.7921.96
Hex47293302A1C481541b16
Octal1075163052341105243326
Binary100011110100111001101010101110010010001010101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472933; }

 p { color: rgb(71,41,51); }

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

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

 a { background-color: rgb(71,41,51); }

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

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

 span { border-color: rgb(71,41,51); }

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