#47221A

Color #47221A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #47221A

Tints of Brown Pod #47221A

Color information

#47221A (or 0x47221A) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 1A. RGB value is (71,34,26). Sum of RGB (Red+Green+Blue) = 71+34+26=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47221A is #B8DDE5. Grayscale: #2C2C2C. Windows color (decimal): -12115430 or 1712711. OLE color: 1712711.

HSL color Cylindrical-coordinate representation of color #47221A: hue angle of 10.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47221A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB713426-
CMYK00.520.630.72
HSL10.67º46.39%19.02%-
HSV(B)10.67º63.38%27.84%-
XYZ3.362.561.29-
YUV44.15117.76147.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=54.20%
G=25.95%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71342600.520.630.7210.6746.3919.02
Hex47221A0343F48b2e13
Octal107423206477110135623
Binary10001111000101101001101001111111001000101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47221A; }

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

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

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

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

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

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

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

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