#47222E

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

Shades of Castro #47222E

Tints of Castro #47222E

Color information

#47222E (or 0x47222E) is unknown color: approx Castro. HEX triplet: 47, 22 and 2E. RGB value is (71,34,46). Sum of RGB (Red+Green+Blue) = 71+34+46=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222E is #B8DDD1. Grayscale: #2E2E2E. Windows color (decimal): -12115410 or 3023431. OLE color: 3023431.

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

Color convert

RGB713446-
CMYK00.520.350.72
HSL340.54º35.24%20.59%-
HSV(B)340.54º52.11%27.84%-
XYZ3.662.682.91-
YUV46.43127.76145.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=47.02%
G=22.52%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71344600.520.350.72340.5435.2420.59
Hex47222E03423481552315
Octal1074256064431105254325
Binary10001111000101011100110100100011100100010101010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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