#472B34

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

Shades of Castro #472B34

Tints of Castro #472B34

Color information

#472B34 (or 0x472B34) is unknown color: approx Castro. HEX triplet: 47, 2B and 34. RGB value is (71,43,52). Sum of RGB (Red+Green+Blue) = 71+43+52=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #472B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B34 is #B8D4CB. Grayscale: #343434. Windows color (decimal): -12113100 or 3418951. OLE color: 3418951.

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

Color convert

RGB714352-
CMYK00.390.270.72
HSL340.71º24.56%22.35%-
HSV(B)340.71º39.44%27.84%-
XYZ4.083.323.67-
YUV52.4127.78141.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=42.77%
G=25.90%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71435200.390.270.72340.7124.5622.35
Hex472B340271B481551916
Octal1075364047331105253126
Binary100011110101111010001001111101110010001010101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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