Html Css Color HEX #47220C Brown Pod

📋 copy color: '#47220C'

red 71 ◦ green 34 ◦ blue 12

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

Shades of Brown Pod #47220C

Tints of Brown Pod #47220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 60.68%
G = 29.06%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47220C (or 0x47220C) is known color: Brown Pod. HEX triplet: 47, 22 and 0C. RGB value is (71,34,12). Sum of RGB (Red+Green+Blue) = 71+34+12=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47220C is #B8DDF3. Grayscale: #2A2A2A. Windows color (decimal): -12115444 or 795207. OLE color: 795207.

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

Color convert

RGB 71 34 12 -
CMYK 0 0.52 0.83 0.72
HSL 22.37º 0.71% 0.16% -
HSV(B) 22.37º 0.83% 0.28% -
XYZ 3.24 2.51 0.66 -
YUV 42.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 71 34 12 0 0.52 0.83 0.72 22.37 0.71 0.16
Hex 47 22 C 0 34 53 48 16 47 10
Octal 107 42 14 0 64 123 110 26 107 20
Binary 1000111 100010 1100 0 110100 1010011 1001000 10110 1000111 10000

Color Harmonies of #47220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47220C

Black with #47220C

Text Example


Text Example

White with #47220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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