#472733

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

Shades of Castro #472733

Tints of Castro #472733

Color information

#472733 (or 0x472733) is unknown color: approx Castro. HEX triplet: 47, 27 and 33. RGB value is (71,39,51). Sum of RGB (Red+Green+Blue) = 71+39+51=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472733 is #B8D8CC. Grayscale: #313131. Windows color (decimal): -12114125 or 3352391. OLE color: 3352391.

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

Color convert

RGB713951-
CMYK00.450.280.72
HSL337.5º29.09%21.57%-
HSV(B)337.5º45.07%27.84%-
XYZ3.923.033.51-
YUV49.94128.6143.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=44.10%
G=24.22%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71395100.450.280.72337.529.0921.57
Hex47273302D1C481521d16
Octal1074763055341105223526
Binary100011110011111001101011011110010010001010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472733; }

 p { color: rgb(71,39,51); }

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

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

 a { background-color: rgb(71,39,51); }

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

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

 span { border-color: rgb(71,39,51); }

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