#47210B

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

Shades of Brown Pod #47210B

Tints of Brown Pod #47210B

Color information

#47210B (or 0x47210B) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 0B. RGB value is (71,33,11). Sum of RGB (Red+Green+Blue) = 71+33+11=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47210B is #B8DEF4. Grayscale: #292929. Windows color (decimal): -12115701 or 729415. OLE color: 729415.

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

Color convert

RGB713311-
CMYK00.540.850.72
HSL22º73.17%16.08%-
HSV(B)22º84.51%27.84%-
XYZ3.22.450.62-
YUV41.85110.59148.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=61.74%
G=28.70%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71331100.540.850.722273.1716.08
Hex4721B0365548164910
Octal10741130661251102611120
Binary1000111100001101101101101010101100100010110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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