Html Css Color HEX #471506 Brown Pod

📋 copy color: '#471506'

red 71 ◦ green 21 ◦ blue 6

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

Shades of Brown Pod #471506

Tints of Brown Pod #471506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.43%

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

R = 72.45%
G = 21.43%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#471506 (or 0x471506) is known color: Brown Pod. HEX triplet: 47, 15 and 06. RGB value is (71,21,6). Sum of RGB (Red+Green+Blue) = 71+21+6=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471506 is #B8EAF9. Grayscale: #222222. Windows color (decimal): -12118778 or 398663. OLE color: 398663.

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

Color convert

RGB 71 21 6 -
CMYK 0 0.70 0.92 0.72
HSL 13.85º 0.84% 0.15% -
HSV(B) 13.85º 0.92% 0.28% -
XYZ 2.9 1.89 0.38 -
YUV 34.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 71 21 6 0 0.70 0.92 0.72 13.85 0.84 0.15
Hex 47 15 6 0 46 5C 48 E 54 F
Octal 107 25 6 0 106 134 110 16 124 17
Binary 1000111 10101 110 0 1000110 1011100 1001000 1110 1010100 1111

Color Harmonies of #471506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471506

Black with #471506

Text Example


Text Example

White with #471506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471506; }

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

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

background-color css

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

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

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

border-color css

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

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

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