#472B35

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

Shades of Castro #472B35

Tints of Castro #472B35

Color information

#472B35 (or 0x472B35) is unknown color: approx Castro. HEX triplet: 47, 2B and 35. RGB value is (71,43,53). Sum of RGB (Red+Green+Blue) = 71+43+53=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #472B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B35 is #B8D4CA. Grayscale: #343434. Windows color (decimal): -12113099 or 3484487. OLE color: 3484487.

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

Color convert

RGB714353-
CMYK00.390.250.72
HSL338.57º24.56%22.35%-
HSV(B)338.57º39.44%27.84%-
XYZ4.113.323.79-
YUV52.51128.28141.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=42.51%
G=25.75%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71435300.390.250.72338.5724.5622.35
Hex472B3502719481531916
Octal1075365047311105233126
Binary100011110101111010101001111100110010001010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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