Html Css Color HEX #47220D Brown Pod

📋 copy color: '#47220D'

red 71 ◦ green 34 ◦ blue 13

#47220D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #47220D

Tints of Brown Pod #47220D

RGB

 RED value IS 71 (28.13% from 255) = 60.17%

 GREEN value IS 34 (13.67% from 255) = 28.81%

 BLUE value IS 13 (5.47% from 255) = 11.02%

R = 60.17%
G = 28.81%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47220D (or 0x47220D) is known color: Brown Pod. HEX triplet: 47, 22 and 0D. RGB value is (71,34,13). Sum of RGB (Red+Green+Blue) = 71+34+13=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47220D is #B8DDF2. Grayscale: #2A2A2A. Windows color (decimal): -12115443 or 860743. OLE color: 860743.

HSL color Cylindrical-coordinate representation of color #47220D: hue angle of 21.72º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47220D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 13 -
CMYK 0 0.52 0.82 0.72
HSL 21.72º 0.69% 0.16% -
HSV(B) 21.72º 0.82% 0.28% -
XYZ 3.24 2.51 0.69 -
YUV 42.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 71 34 13 0 0.52 0.82 0.72 21.72 0.69 0.16
Hex 47 22 D 0 34 52 48 16 45 10
Octal 107 42 15 0 64 122 110 26 105 20
Binary 1000111 100010 1101 0 110100 1010010 1001000 10110 1000101 10000

Color Harmonies of #47220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47220D

Black with #47220D

Text Example


Text Example

White with #47220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47220D; }

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

 H1.HeaderClassName
 {
   color: #47220D;
 }
 .AnyTagClassName
 {
   color: #47220D;
 }
</style>

background-color css

<style>
 a { background-color: #47220D; }

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

 div.DivClassName
 {
   background-color: #47220D;
 }
 .BgClassName
 {
   background-color: #47220D;
 }
</style>

border-color css

<style>
 span { border-color: #47220D; }

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

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