#471C08

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

Shades of Brown Pod #471C08

Tints of Brown Pod #471C08

Color information

#471C08 (or 0x471C08) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 08. RGB value is (71,28,8). Sum of RGB (Red+Green+Blue) = 71+28+8=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C08 is #B8E3F7. Grayscale: #262626. Windows color (decimal): -12116984 or 531527. OLE color: 531527.

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

Color convert

RGB71288-
CMYK00.610.890.72
HSL19.05º79.75%15.49%-
HSV(B)19.05º88.73%27.84%-
XYZ3.062.190.49-
YUV38.58110.75151.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=66.36%
G=26.17%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7128800.610.890.7219.0579.7515.49
Hex471C803D59481350f
Octal10734100751311102312017
Binary10001111110010000111101101100110010001001110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C08; }

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

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

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

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

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

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

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

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