Html Css Color HEX #471F15 Brown Pod

📋 copy color: '#471F15'

red 71 ◦ green 31 ◦ blue 21

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

Shades of Brown Pod #471F15

Tints of Brown Pod #471F15

RGB

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

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

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

R = 57.72%
G = 25.2%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#471F15 (or 0x471F15) is known color: Brown Pod. HEX triplet: 47, 1F and 15. RGB value is (71,31,21). Sum of RGB (Red+Green+Blue) = 71+31+21=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F15 is #B8E0EA. Grayscale: #292929. Windows color (decimal): -12116203 or 1384263. OLE color: 1384263.

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

Color convert

RGB 71 31 21 -
CMYK 0 0.56 0.70 0.72
HSL 12º 0.54% 0.18% -
HSV(B) 12º 0.7% 0.28% -
XYZ 3.22 2.37 1 -
YUV 41.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 71 31 21 0 0.56 0.70 0.72 12 0.54 0.18
Hex 47 1F 15 0 38 46 48 C 36 12
Octal 107 37 25 0 70 106 110 14 66 22
Binary 1000111 11111 10101 0 111000 1000110 1001000 1100 110110 10010

Color Harmonies of #471F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F15

Black with #471F15

Text Example


Text Example

White with #471F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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