#472A32

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

Shades of Castro #472A32

Tints of Castro #472A32

Color information

#472A32 (or 0x472A32) is unknown color: approx Castro. HEX triplet: 47, 2A and 32. RGB value is (71,42,50). Sum of RGB (Red+Green+Blue) = 71+42+50=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A32 is #B8D5CD. Grayscale: #333333. Windows color (decimal): -12113358 or 3287623. OLE color: 3287623.

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

Color convert

RGB714250-
CMYK00.410.300.72
HSL343.45º25.66%22.16%-
HSV(B)343.45º40.85%27.84%-
XYZ43.233.43-
YUV51.58127.11141.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=43.56%
G=25.77%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71425000.410.300.72343.4525.6622.16
Hex472A320291E481571a16
Octal1075262051361105273226
Binary100011110101011001001010011111010010001010101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A32; }

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

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

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

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

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

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

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

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