#47242C

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

Shades of Castro #47242C

Tints of Castro #47242C

Color information

#47242C (or 0x47242C) is unknown color: approx Castro. HEX triplet: 47, 24 and 2C. RGB value is (71,36,44). Sum of RGB (Red+Green+Blue) = 71+36+44=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242C is #B8DBD3. Grayscale: #2F2F2F. Windows color (decimal): -12114900 or 2892871. OLE color: 2892871.

HSL color Cylindrical-coordinate representation of color #47242C: hue angle of 346.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47242C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB713644-
CMYK00.490.380.72
HSL346.29º32.71%20.98%-
HSV(B)346.29º49.3%27.84%-
XYZ3.682.782.73-
YUV47.38126.1144.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=47.02%
G=23.84%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71364400.490.380.72346.2932.7120.98
Hex47242C031264815a2115
Octal1074454061461105324125
Binary10001111001001011000110001100110100100010101101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47242C; }

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

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

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

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

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

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

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

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