Html Css Color HEX #471F12 Brown Pod

📋 copy color: '#471F12'

red 71 ◦ green 31 ◦ blue 18

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

Shades of Brown Pod #471F12

Tints of Brown Pod #471F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.83%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 59.17%
G = 25.83%
B = 15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471F12 (or 0x471F12) is known color: Brown Pod. HEX triplet: 47, 1F and 12. RGB value is (71,31,18). Sum of RGB (Red+Green+Blue) = 71+31+18=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #471F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F12 is #B8E0ED. Grayscale: #292929. Windows color (decimal): -12116206 or 1187655. OLE color: 1187655.

HSL color Cylindrical-coordinate representation of color #471F12: hue angle of 14.72º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471F12 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 18 -
CMYK 0 0.56 0.75 0.72
HSL 14.72º 0.6% 0.17% -
HSV(B) 14.72º 0.75% 0.28% -
XYZ 3.2 2.36 0.86 -
YUV 41.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 71 31 18 0 0.56 0.75 0.72 14.72 0.6 0.17
Hex 47 1F 12 0 38 4B 48 F 3C 11
Octal 107 37 22 0 70 113 110 17 74 21
Binary 1000111 11111 10010 0 111000 1001011 1001000 1111 111100 10001

Color Harmonies of #471F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F12

Black with #471F12

Text Example


Text Example

White with #471F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F12; }

 p { color: rgb(71,31,18); }

 H1.HeaderClassName
 {
   color: #471F12;
 }
 .AnyTagClassName
 {
   color: #471F12;
 }
</style>

background-color css

<style>
 a { background-color: #471F12; }

 a { background-color: rgb(71,31,18); }

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

border-color css

<style>
 span { border-color: #471F12; }

 span { border-color: rgb(71,31,18); }

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