Html Css Color HEX #47220B Brown Pod

📋 copy color: '#47220B'

red 71 ◦ green 34 ◦ blue 11

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

Shades of Brown Pod #47220B

Tints of Brown Pod #47220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.48%

R = 61.21%
G = 29.31%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47220B (or 0x47220B) is known color: Brown Pod. HEX triplet: 47, 22 and 0B. RGB value is (71,34,11). Sum of RGB (Red+Green+Blue) = 71+34+11=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47220B is #B8DDF4. Grayscale: #2A2A2A. Windows color (decimal): -12115445 or 729671. OLE color: 729671.

HSL color Cylindrical-coordinate representation of color #47220B: hue angle of 23º 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 #47220B is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 11 -
CMYK 0 0.52 0.85 0.72
HSL 23º 0.73% 0.16% -
HSV(B) 23º 0.85% 0.28% -
XYZ 3.23 2.51 0.63 -
YUV 42.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 71 34 11 0 0.52 0.85 0.72 23 0.73 0.16
Hex 47 22 B 0 34 55 48 17 49 10
Octal 107 42 13 0 64 125 110 27 111 20
Binary 1000111 100010 1011 0 110100 1010101 1001000 10111 1001001 10000

Color Harmonies of #47220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47220B

Black with #47220B

Text Example


Text Example

White with #47220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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