#471A07

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

Shades of Brown Pod #471A07

Tints of Brown Pod #471A07

Color information

#471A07 (or 0x471A07) is unknown color: approx Brown Pod. HEX triplet: 47, 1A and 07. RGB value is (71,26,7). Sum of RGB (Red+Green+Blue) = 71+26+7=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #471A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A07 is #B8E5F8. Grayscale: #252525. Windows color (decimal): -12117497 or 465479. OLE color: 465479.

HSL color Cylindrical-coordinate representation of color #471A07: hue angle of 17.81º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471A07 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB71267-
CMYK00.630.900.72
HSL17.81º82.05%15.29%-
HSV(B)17.81º90.14%27.84%-
XYZ3.012.090.45-
YUV37.29110.91152.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=68.27%
G=25%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126700.630.900.7217.8182.0515.29
Hex471A703F5A481252f
Octal1073270771321102212217
Binary1000111110101110111111101101010010001001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,26,7); }

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

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

 a { background-color: rgb(71,26,7); }

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

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

 span { border-color: rgb(71,26,7); }

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