#472A35

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

Shades of Castro #472A35

Tints of Castro #472A35

Color information

#472A35 (or 0x472A35) is unknown color: approx Castro. HEX triplet: 47, 2A and 35. RGB value is (71,42,53). Sum of RGB (Red+Green+Blue) = 71+42+53=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #472A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A35 is #B8D5CA. Grayscale: #333333. Windows color (decimal): -12113355 or 3484231. OLE color: 3484231.

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

Color convert

RGB714253-
CMYK00.410.250.72
HSL337.24º25.66%22.16%-
HSV(B)337.24º40.85%27.84%-
XYZ4.073.253.78-
YUV51.92128.61141.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=42.77%
G=25.30%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71425300.410.250.72337.2425.6622.16
Hex472A3502919481511a16
Octal1075265051311105213226
Binary100011110101011010101010011100110010001010100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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