Html Css Color HEX #471406 Brown Pod

📋 copy color: '#471406'

red 71 ◦ green 20 ◦ blue 6

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

Shades of Brown Pod #471406

Tints of Brown Pod #471406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.62%

 BLUE value IS 6 (2.73% from 255) = 6.19%

R = 73.2%
G = 20.62%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#471406 (or 0x471406) is known color: Brown Pod. HEX triplet: 47, 14 and 06. RGB value is (71,20,6). Sum of RGB (Red+Green+Blue) = 71+20+6=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471406 is #B8EBF9. Grayscale: #212121. Windows color (decimal): -12119034 or 398407. OLE color: 398407.

HSL color Cylindrical-coordinate representation of color #471406: hue angle of 12.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #471406 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 6 -
CMYK 0 0.72 0.92 0.72
HSL 12.92º 0.84% 0.15% -
HSV(B) 12.92º 0.92% 0.28% -
XYZ 2.88 1.85 0.38 -
YUV 33.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 71 20 6 0 0.72 0.92 0.72 12.92 0.84 0.15
Hex 47 14 6 0 48 5C 48 D 54 F
Octal 107 24 6 0 110 134 110 15 124 17
Binary 1000111 10100 110 0 1001000 1011100 1001000 1101 1010100 1111

Color Harmonies of #471406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471406

Black with #471406

Text Example


Text Example

White with #471406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471406; }

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

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

background-color css

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

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

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

border-color css

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

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

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