Html Css Color HEX #47200F Brown Pod

📋 copy color: '#47200F'

red 71 ◦ green 32 ◦ blue 15

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

Shades of Brown Pod #47200F

Tints of Brown Pod #47200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.71%

R = 60.17%
G = 27.12%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47200F (or 0x47200F) is known color: Brown Pod. HEX triplet: 47, 20 and 0F. RGB value is (71,32,15). Sum of RGB (Red+Green+Blue) = 71+32+15=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47200F is #B8DFF0. Grayscale: #292929. Windows color (decimal): -12115953 or 991303. OLE color: 991303.

HSL color Cylindrical-coordinate representation of color #47200F: hue angle of 18.21º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47200F is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 32 15 -
CMYK 0 0.55 0.79 0.72
HSL 18.21º 0.65% 0.17% -
HSV(B) 18.21º 0.79% 0.28% -
XYZ 3.2 2.41 0.75 -
YUV 41.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 71 32 15 0 0.55 0.79 0.72 18.21 0.65 0.17
Hex 47 20 F 0 37 4F 48 12 41 11
Octal 107 40 17 0 67 117 110 22 101 21
Binary 1000111 100000 1111 0 110111 1001111 1001000 10010 1000001 10001

Color Harmonies of #47200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47200F

Black with #47200F

Text Example


Text Example

White with #47200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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