#472A34

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

Shades of Castro #472A34

Tints of Castro #472A34

Color information

#472A34 (or 0x472A34) is unknown color: approx Castro. HEX triplet: 47, 2A and 34. RGB value is (71,42,52). Sum of RGB (Red+Green+Blue) = 71+42+52=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #472A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A34 is #B8D5CB. Grayscale: #333333. Windows color (decimal): -12113356 or 3418695. OLE color: 3418695.

HSL color Cylindrical-coordinate representation of color #472A34: hue angle of 339.31º 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 #472A34 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB714252-
CMYK00.410.270.72
HSL339.31º25.66%22.16%-
HSV(B)339.31º40.85%27.84%-
XYZ4.053.243.66-
YUV51.81128.11141.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=43.03%
G=25.45%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71425200.410.270.72339.3125.6622.16
Hex472A340291B481531a16
Octal1075264051331105233226
Binary100011110101011010001010011101110010001010100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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