Html Css Color HEX #471409 Brown Pod

📋 copy color: '#471409'

red 71 ◦ green 20 ◦ blue 9

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

Shades of Brown Pod #471409

Tints of Brown Pod #471409

RGB

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

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

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

R = 71%
G = 20%
B = 9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#471409 (or 0x471409) is known color: Brown Pod. HEX triplet: 47, 14 and 09. RGB value is (71,20,9). Sum of RGB (Red+Green+Blue) = 71+20+9=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471409 is #B8EBF6. Grayscale: #222222. Windows color (decimal): -12119031 or 595015. OLE color: 595015.

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

Color convert

RGB 71 20 9 -
CMYK 0 0.72 0.87 0.72
HSL 10.65º 0.78% 0.16% -
HSV(B) 10.65º 0.87% 0.28% -
XYZ 2.9 1.86 0.46 -
YUV 34 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 71 20 9 0 0.72 0.87 0.72 10.65 0.78 0.16
Hex 47 14 9 0 48 57 48 B 4E 10
Octal 107 24 11 0 110 127 110 13 116 20
Binary 1000111 10100 1001 0 1001000 1010111 1001000 1011 1001110 10000

Color Harmonies of #471409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471409

Black with #471409

Text Example


Text Example

White with #471409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471409; }

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

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

background-color css

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

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

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

border-color css

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

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

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