Html Css Color HEX #47200C Brown Pod

📋 copy color: '#47200C'

red 71 ◦ green 32 ◦ blue 12

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

Shades of Brown Pod #47200C

Tints of Brown Pod #47200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.83%

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

R = 61.74%
G = 27.83%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47200C (or 0x47200C) is known color: Brown Pod. HEX triplet: 47, 20 and 0C. RGB value is (71,32,12). Sum of RGB (Red+Green+Blue) = 71+32+12=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47200C is #B8DFF3. Grayscale: #292929. Windows color (decimal): -12115956 or 794695. OLE color: 794695.

HSL color Cylindrical-coordinate representation of color #47200C: hue angle of 20.34º 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 #47200C is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 32 12 -
CMYK 0 0.55 0.83 0.72
HSL 20.34º 0.71% 0.16% -
HSV(B) 20.34º 0.83% 0.28% -
XYZ 3.18 2.4 0.64 -
YUV 41.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 71 32 12 0 0.55 0.83 0.72 20.34 0.71 0.16
Hex 47 20 C 0 37 53 48 14 47 10
Octal 107 40 14 0 67 123 110 24 107 20
Binary 1000111 100000 1100 0 110111 1010011 1001000 10100 1000111 10000

Color Harmonies of #47200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47200C

Black with #47200C

Text Example


Text Example

White with #47200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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