#472832

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

Shades of Castro #472832

Tints of Castro #472832

Color information

#472832 (or 0x472832) is unknown color: approx Castro. HEX triplet: 47, 28 and 32. RGB value is (71,40,50). Sum of RGB (Red+Green+Blue) = 71+40+50=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472832 is #B8D7CD. Grayscale: #323232. Windows color (decimal): -12113870 or 3287111. OLE color: 3287111.

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

Color convert

RGB714050-
CMYK00.440.300.72
HSL340.65º27.93%21.76%-
HSV(B)340.65º43.66%27.84%-
XYZ3.933.093.41-
YUV50.41127.77142.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=44.10%
G=24.84%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71405000.440.300.72340.6527.9321.76
Hex47283202C1E481551c16
Octal1075062054361105253426
Binary100011110100011001001011001111010010001010101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472832; }

 p { color: rgb(71,40,50); }

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

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

 a { background-color: rgb(71,40,50); }

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

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

 span { border-color: rgb(71,40,50); }

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