#47242E

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

Shades of Castro #47242E

Tints of Castro #47242E

Color information

#47242E (or 0x47242E) is unknown color: approx Castro. HEX triplet: 47, 24 and 2E. RGB value is (71,36,46). Sum of RGB (Red+Green+Blue) = 71+36+46=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242E is #B8DBD1. Grayscale: #2F2F2F. Windows color (decimal): -12114898 or 3023943. OLE color: 3023943.

HSL color Cylindrical-coordinate representation of color #47242E: hue angle of 342.86º 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 #47242E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB713646-
CMYK00.490.350.72
HSL342.86º32.71%20.98%-
HSV(B)342.86º49.3%27.84%-
XYZ3.722.82.93-
YUV47.6127.1144.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=46.41%
G=23.53%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71364600.490.350.72342.8632.7120.98
Hex47242E03123481572115
Octal1074456061431105274125
Binary10001111001001011100110001100011100100010101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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