#472532

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

Shades of Castro #472532

Tints of Castro #472532

Color information

#472532 (or 0x472532) is unknown color: approx Castro. HEX triplet: 47, 25 and 32. RGB value is (71,37,50). Sum of RGB (Red+Green+Blue) = 71+37+50=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #472532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472532 is #B8DACD. Grayscale: #303030. Windows color (decimal): -12114638 or 3286343. OLE color: 3286343.

HSL color Cylindrical-coordinate representation of color #472532: hue angle of 337.06º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472532 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB713750-
CMYK00.480.300.72
HSL337.06º31.48%21.18%-
HSV(B)337.06º47.89%27.84%-
XYZ3.842.893.37-
YUV48.65128.76143.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=44.94%
G=23.42%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71375000.480.300.72337.0631.4821.18
Hex4725320301E481511f15
Octal1074562060361105213725
Binary100011110010111001001100001111010010001010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472532; }

 p { color: rgb(71,37,50); }

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

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

 a { background-color: rgb(71,37,50); }

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

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

 span { border-color: rgb(71,37,50); }

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