Html Css Color HEX #471E12 Brown Pod

📋 copy color: '#471E12'

red 71 ◦ green 30 ◦ blue 18

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

Shades of Brown Pod #471E12

Tints of Brown Pod #471E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.21%

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

R = 59.66%
G = 25.21%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471E12 (or 0x471E12) is known color: Brown Pod. HEX triplet: 47, 1E and 12. RGB value is (71,30,18). Sum of RGB (Red+Green+Blue) = 71+30+18=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E12 is #B8E1ED. Grayscale: #282828. Windows color (decimal): -12116462 or 1187399. OLE color: 1187399.

HSL color Cylindrical-coordinate representation of color #471E12: hue angle of 13.58º 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 #471E12 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 18 -
CMYK 0 0.58 0.75 0.72
HSL 13.58º 0.6% 0.17% -
HSV(B) 13.58º 0.75% 0.28% -
XYZ 3.17 2.31 0.85 -
YUV 40.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 71 30 18 0 0.58 0.75 0.72 13.58 0.6 0.17
Hex 47 1E 12 0 3A 4B 48 E 3C 11
Octal 107 36 22 0 72 113 110 16 74 21
Binary 1000111 11110 10010 0 111010 1001011 1001000 1110 111100 10001

Color Harmonies of #471E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E12

Black with #471E12

Text Example


Text Example

White with #471E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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