#472734

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

Shades of Castro #472734

Tints of Castro #472734

Color information

#472734 (or 0x472734) is unknown color: approx Castro. HEX triplet: 47, 27 and 34. RGB value is (71,39,52). Sum of RGB (Red+Green+Blue) = 71+39+52=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #472734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472734 is #B8D8CB. Grayscale: #323232. Windows color (decimal): -12114124 or 3417927. OLE color: 3417927.

HSL color Cylindrical-coordinate representation of color #472734: hue angle of 335.62º 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 #472734 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB713952-
CMYK00.450.270.72
HSL335.62º29.09%21.57%-
HSV(B)335.62º45.07%27.84%-
XYZ3.943.043.63-
YUV50.05129.1142.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=43.83%
G=24.07%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71395200.450.270.72335.6229.0921.57
Hex47273402D1B481501d16
Octal1074764055331105203526
Binary100011110011111010001011011101110010001010100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472734; }

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

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

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

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

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

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

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

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