#471C00

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

Shades of Brown Pod #471C00

Tints of Brown Pod #471C00

Color information

#471C00 (or 0x471C00) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 00. RGB value is (71,28,0). Sum of RGB (Red+Green+Blue) = 71+28+0=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C00 is #B8E3FF. Grayscale: #252525. Windows color (decimal): -12116992 or 7239. OLE color: 7239.

HSL color Cylindrical-coordinate representation of color #471C00: hue angle of 23.66º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #471C00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB71280-
CMYK00.6110.72
HSL23.66º100%13.92%-
HSV(B)23.66º100%27.84%-
XYZ3.012.170.26-
YUV37.66106.75151.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 28 (11.33% from 255) = 28.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.72%
G=28.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7128000.6110.7223.6610013.92
Hex471C003D64481864e
Octal1073400751441103014416
Binary10001111110000111101110010010010001100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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