#471808

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

Shades of Brown Pod #471808

Tints of Brown Pod #471808

Color information

#471808 (or 0x471808) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 08. RGB value is (71,24,8). Sum of RGB (Red+Green+Blue) = 71+24+8=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471808 is #B8E7F7. Grayscale: #242424. Windows color (decimal): -12118008 or 530503. OLE color: 530503.

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

Color convert

RGB71248-
CMYK00.660.890.72
HSL15.24º79.75%15.49%-
HSV(B)15.24º88.73%27.84%-
XYZ2.972.010.46-
YUV36.23112.07152.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=68.93%
G=23.30%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7124800.660.890.7215.2479.7515.49
Hex471880425948f50f
Octal107301001021311101712017
Binary10001111100010000100001010110011001000111110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471808; }

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

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

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

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

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

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

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

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