#47210F

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

Shades of Brown Pod #47210F

Tints of Brown Pod #47210F

Color information

#47210F (or 0x47210F) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 0F. RGB value is (71,33,15). Sum of RGB (Red+Green+Blue) = 71+33+15=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47210F is #B8DEF0. Grayscale: #2A2A2A. Windows color (decimal): -12115697 or 991559. OLE color: 991559.

HSL color Cylindrical-coordinate representation of color #47210F: hue angle of 19.29º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47210F is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB713315-
CMYK00.540.790.72
HSL19.29º65.12%16.86%-
HSV(B)19.29º78.87%27.84%-
XYZ3.232.460.76-
YUV42.31112.59148.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=59.66%
G=27.73%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71331500.540.790.7219.2965.1216.86
Hex4721F0364F48134111
Octal10741170661171102310121
Binary1000111100001111101101101001111100100010011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47210F; }

 p { color: rgb(71,33,15); }

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

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

 a { background-color: rgb(71,33,15); }

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

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

 span { border-color: rgb(71,33,15); }

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