Html Css Color HEX #47160C Brown Pod

📋 copy color: '#47160C'

red 71 ◦ green 22 ◦ blue 12

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

Shades of Brown Pod #47160C

Tints of Brown Pod #47160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.95%

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

R = 67.62%
G = 20.95%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47160C (or 0x47160C) is known color: Brown Pod. HEX triplet: 47, 16 and 0C. RGB value is (71,22,12). Sum of RGB (Red+Green+Blue) = 71+22+12=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47160C is #B8E9F3. Grayscale: #232323. Windows color (decimal): -12118516 or 792135. OLE color: 792135.

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

Color convert

RGB 71 22 12 -
CMYK 0 0.69 0.83 0.72
HSL 10.17º 0.71% 0.16% -
HSV(B) 10.17º 0.83% 0.28% -
XYZ 2.95 1.94 0.57 -
YUV 35.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 71 22 12 0 0.69 0.83 0.72 10.17 0.71 0.16
Hex 47 16 C 0 45 53 48 A 47 10
Octal 107 26 14 0 105 123 110 12 107 20
Binary 1000111 10110 1100 0 1000101 1010011 1001000 1010 1000111 10000

Color Harmonies of #47160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47160C

Black with #47160C

Text Example


Text Example

White with #47160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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