Html Css Color HEX #471604 Brown Pod

📋 copy color: '#471604'

red 71 ◦ green 22 ◦ blue 4

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

Shades of Brown Pod #471604

Tints of Brown Pod #471604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.12%

R = 73.2%
G = 22.68%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#471604 (or 0x471604) is known color: Brown Pod. HEX triplet: 47, 16 and 04. RGB value is (71,22,4). Sum of RGB (Red+Green+Blue) = 71+22+4=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471604 is #B8E9FB. Grayscale: #222222. Windows color (decimal): -12118524 or 267847. OLE color: 267847.

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

Color convert

RGB 71 22 4 -
CMYK 0 0.69 0.94 0.72
HSL 16.12º 0.89% 0.15% -
HSV(B) 16.12º 0.94% 0.28% -
XYZ 2.91 1.92 0.33 -
YUV 34.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 71 22 4 0 0.69 0.94 0.72 16.12 0.89 0.15
Hex 47 16 4 0 45 5E 48 10 59 F
Octal 107 26 4 0 105 136 110 20 131 17
Binary 1000111 10110 100 0 1000101 1011110 1001000 10000 1011001 1111

Color Harmonies of #471604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471604

Black with #471604

Text Example


Text Example

White with #471604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471604; }

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

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

background-color css

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

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

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

border-color css

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

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

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