Html Css Color HEX #47220A Brown Pod

📋 copy color: '#47220A'

red 71 ◦ green 34 ◦ blue 10

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

Shades of Brown Pod #47220A

Tints of Brown Pod #47220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.7%

R = 61.74%
G = 29.57%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47220A (or 0x47220A) is known color: Brown Pod. HEX triplet: 47, 22 and 0A. RGB value is (71,34,10). Sum of RGB (Red+Green+Blue) = 71+34+10=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47220A is #B8DDF5. Grayscale: #2A2A2A. Windows color (decimal): -12115446 or 664135. OLE color: 664135.

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

Color convert

RGB 71 34 10 -
CMYK 0 0.52 0.86 0.72
HSL 23.61º 0.75% 0.16% -
HSV(B) 23.61º 0.86% 0.28% -
XYZ 3.23 2.51 0.6 -
YUV 42.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 71 34 10 0 0.52 0.86 0.72 23.61 0.75 0.16
Hex 47 22 A 0 34 56 48 18 4B 10
Octal 107 42 12 0 64 126 110 30 113 20
Binary 1000111 100010 1010 0 110100 1010110 1001000 11000 1001011 10000

Color Harmonies of #47220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47220A

Black with #47220A

Text Example


Text Example

White with #47220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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