Html Css Color HEX #471A15 Brown Pod

📋 copy color: '#471A15'

red 71 ◦ green 26 ◦ blue 21

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

Shades of Brown Pod #471A15

Tints of Brown Pod #471A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 60.17%
G = 22.03%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#471A15 (or 0x471A15) is known color: Brown Pod. HEX triplet: 47, 1A and 15. RGB value is (71,26,21). Sum of RGB (Red+Green+Blue) = 71+26+21=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #471A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A15 is #B8E5EA. Grayscale: #262626. Windows color (decimal): -12117483 or 1382983. OLE color: 1382983.

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

Color convert

RGB 71 26 21 -
CMYK 0 0.63 0.70 0.72
HSL 0.54% 0.18% -
HSV(B) 0.7% 0.28% -
XYZ 3.1 2.13 0.96 -
YUV 38.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 71 26 21 0 0.63 0.70 0.72 6 0.54 0.18
Hex 47 1A 15 0 3F 46 48 6 36 12
Octal 107 32 25 0 77 106 110 6 66 22
Binary 1000111 11010 10101 0 111111 1000110 1001000 110 110110 10010

Color Harmonies of #471A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A15

Black with #471A15

Text Example


Text Example

White with #471A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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