#471408

Color #471408 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #471408

Tints of Brown Pod #471408

Color information

#471408 (or 0x471408) is unknown color: approx 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

RGB71208-
CMYK00.720.890.72
HSL11.43º79.75%15.49%-
HSV(B)11.43º88.73%27.84%-
XYZ2.891.860.44-
YUV33.88113.4154.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=71.72%
G=20.20%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7120800.720.890.7211.4379.7515.49
Hex471480485948b50f
Octal107241001101311101312017
Binary10001111010010000100100010110011001000101110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>