Html Css Color HEX #471A14 Brown Pod

📋 copy color: '#471A14'

red 71 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #471A14

Tints of Brown Pod #471A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.22%

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 60.68%
G = 22.22%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471A14 (or 0x471A14) is known color: Brown Pod. HEX triplet: 47, 1A and 14. RGB value is (71,26,20). Sum of RGB (Red+Green+Blue) = 71+26+20=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A14 is #B8E5EB. Grayscale: #262626. Windows color (decimal): -12117484 or 1317447. OLE color: 1317447.

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

Color convert

RGB 71 26 20 -
CMYK 0 0.63 0.72 0.72
HSL 7.06º 0.56% 0.18% -
HSV(B) 7.06º 0.72% 0.28% -
XYZ 3.09 2.13 0.91 -
YUV 38.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 71 26 20 0 0.63 0.72 0.72 7.06 0.56 0.18
Hex 47 1A 14 0 3F 48 48 7 38 12
Octal 107 32 24 0 77 110 110 7 70 22
Binary 1000111 11010 10100 0 111111 1001000 1001000 111 111000 10010

Color Harmonies of #471A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A14

Black with #471A14

Text Example


Text Example

White with #471A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,20); }

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

background-color css

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

 a { background-color: rgb(71,26,20); }

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

border-color css

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

 span { border-color: rgb(71,26,20); }

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