Html Css Color HEX #471B14 Brown Pod

📋 copy color: '#471B14'

red 71 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #471B14

Tints of Brown Pod #471B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.88%

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

R = 60.17%
G = 22.88%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471B14 (or 0x471B14) is known color: Brown Pod. HEX triplet: 47, 1B and 14. RGB value is (71,27,20). Sum of RGB (Red+Green+Blue) = 71+27+20=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #471B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B14 is #B8E4EB. Grayscale: #272727. Windows color (decimal): -12117228 or 1317703. OLE color: 1317703.

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

Color convert

RGB 71 27 20 -
CMYK 0 0.62 0.72 0.72
HSL 8.24º 0.56% 0.18% -
HSV(B) 8.24º 0.72% 0.28% -
XYZ 3.12 2.17 0.92 -
YUV 39.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 71 27 20 0 0.62 0.72 0.72 8.24 0.56 0.18
Hex 47 1B 14 0 3E 48 48 8 38 12
Octal 107 33 24 0 76 110 110 10 70 22
Binary 1000111 11011 10100 0 111110 1001000 1001000 1000 111000 10010

Color Harmonies of #471B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B14

Black with #471B14

Text Example


Text Example

White with #471B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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