Html Css Color HEX #471609 Brown Pod

📋 copy color: '#471609'

red 71 ◦ green 22 ◦ blue 9

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

Shades of Brown Pod #471609

Tints of Brown Pod #471609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.57%

 BLUE value IS 9 (3.91% from 255) = 8.82%

R = 69.61%
G = 21.57%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#471609 (or 0x471609) is known color: Brown Pod. HEX triplet: 47, 16 and 09. RGB value is (71,22,9). Sum of RGB (Red+Green+Blue) = 71+22+9=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471609 is #B8E9F6. Grayscale: #232323. Windows color (decimal): -12118519 or 595527. OLE color: 595527.

HSL color Cylindrical-coordinate representation of color #471609: hue angle of 12.58º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471609 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 22 9 -
CMYK 0 0.69 0.87 0.72
HSL 12.58º 0.78% 0.16% -
HSV(B) 12.58º 0.87% 0.28% -
XYZ 2.93 1.93 0.48 -
YUV 35.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 71 22 9 0 0.69 0.87 0.72 12.58 0.78 0.16
Hex 47 16 9 0 45 57 48 D 4E 10
Octal 107 26 11 0 105 127 110 15 116 20
Binary 1000111 10110 1001 0 1000101 1010111 1001000 1101 1001110 10000

Color Harmonies of #471609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471609

Black with #471609

Text Example


Text Example

White with #471609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471609; }

 p { color: rgb(71,22,9); }

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

background-color css

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

 a { background-color: rgb(71,22,9); }

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

border-color css

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

 span { border-color: rgb(71,22,9); }

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