#472C35

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

Shades of Castro #472C35

Tints of Castro #472C35

Color information

#472C35 (or 0x472C35) is unknown color: approx Castro. HEX triplet: 47, 2C and 35. RGB value is (71,44,53). Sum of RGB (Red+Green+Blue) = 71+44+53=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C35 is #B8D3CA. Grayscale: #353535. Windows color (decimal): -12112843 or 3484743. OLE color: 3484743.

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

Color convert

RGB714453-
CMYK00.380.250.72
HSL340º23.48%22.55%-
HSV(B)340º38.03%27.84%-
XYZ4.143.43.81-
YUV53.1127.95140.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=42.26%
G=26.19%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71445300.380.250.7234023.4822.55
Hex472C3502619481541717
Octal1075465046311105242727
Binary100011110110011010101001101100110010001010101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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