Html Css Color HEX #471306 Brown Pod

📋 copy color: '#471306'

red 71 ◦ green 19 ◦ blue 6

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

Shades of Brown Pod #471306

Tints of Brown Pod #471306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.79%

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

R = 73.96%
G = 19.79%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#471306 (or 0x471306) is known color: Brown Pod. HEX triplet: 47, 13 and 06. RGB value is (71,19,6). Sum of RGB (Red+Green+Blue) = 71+19+6=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471306 is #B8ECF9. Grayscale: #212121. Windows color (decimal): -12119290 or 398151. OLE color: 398151.

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

Color convert

RGB 71 19 6 -
CMYK 0 0.73 0.92 0.72
HSL 12º 0.84% 0.15% -
HSV(B) 12º 0.92% 0.28% -
XYZ 2.86 1.82 0.37 -
YUV 33.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 71 19 6 0 0.73 0.92 0.72 12 0.84 0.15
Hex 47 13 6 0 49 5C 48 C 54 F
Octal 107 23 6 0 111 134 110 14 124 17
Binary 1000111 10011 110 0 1001001 1011100 1001000 1100 1010100 1111

Color Harmonies of #471306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471306

Black with #471306

Text Example


Text Example

White with #471306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471306; }

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

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

background-color css

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

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

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

border-color css

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

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

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