#472032

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

Shades of Castro #472032

Tints of Castro #472032

Color information

#472032 (or 0x472032) is unknown color: approx Castro. HEX triplet: 47, 20 and 32. RGB value is (71,32,50). Sum of RGB (Red+Green+Blue) = 71+32+50=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472032 is #B8DFCD. Grayscale: #2D2D2D. Windows color (decimal): -12115918 or 3285063. OLE color: 3285063.

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

Color convert

RGB713250-
CMYK00.550.300.72
HSL332.31º37.86%20.2%-
HSV(B)332.31º54.93%27.84%-
XYZ3.692.63.33-
YUV45.71130.42146.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=46.41%
G=20.92%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71325000.550.300.72332.3137.8620.2
Hex4720320371E4814c2614
Octal1074062067361105144624
Binary1000111100000110010011011111110100100010100110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472032; }

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

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

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

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

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

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

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

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