#471608

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

Shades of Brown Pod #471608

Tints of Brown Pod #471608

Color information

#471608 (or 0x471608) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 08. RGB value is (71,22,8). Sum of RGB (Red+Green+Blue) = 71+22+8=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #471608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471608 is #B8E9F7. Grayscale: #232323. Windows color (decimal): -12118520 or 529991. OLE color: 529991.

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

Color convert

RGB71228-
CMYK00.690.890.72
HSL13.33º79.75%15.49%-
HSV(B)13.33º88.73%27.84%-
XYZ2.931.930.45-
YUV35.06112.73153.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=70.30%
G=21.78%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122800.690.890.7213.3379.7515.49
Hex471680455948d50f
Octal107261001051311101512017
Binary10001111011010000100010110110011001000110110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471608; }

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

 H1.HeaderClassName
 {
   color: #471608;
 }
 .AnyTagClassName
 {
   color: #471608;
 }
</style>
background-color css

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

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

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

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

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

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