Html Css Color HEX #471408 Brown Pod

📋 copy color: '#471408'

red 71 ◦ green 20 ◦ blue 8

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

Shades of Brown Pod #471408

Tints of Brown Pod #471408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.08%

R = 71.72%
G = 20.2%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#471408 (or 0x471408) is known color: Brown Pod. HEX triplet: 47, 14 and 08. RGB value is (71,20,8). Sum of RGB (Red+Green+Blue) = 71+20+8=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471408 is #B8EBF7. Grayscale: #212121. Windows color (decimal): -12119032 or 529479. OLE color: 529479.

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

Color convert

RGB 71 20 8 -
CMYK 0 0.72 0.89 0.72
HSL 11.43º 0.8% 0.15% -
HSV(B) 11.43º 0.89% 0.28% -
XYZ 2.89 1.86 0.44 -
YUV 33.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 71 20 8 0 0.72 0.89 0.72 11.43 0.8 0.15
Hex 47 14 8 0 48 59 48 B 50 F
Octal 107 24 10 0 110 131 110 13 120 17
Binary 1000111 10100 1000 0 1001000 1011001 1001000 1011 1010000 1111

Color Harmonies of #471408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471408

Black with #471408

Text Example


Text Example

White with #471408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471408; }

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

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

background-color css

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

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

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

border-color css

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

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

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