#471A0D

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

Shades of Brown Pod #471A0D

Tints of Brown Pod #471A0D

Color information

#471A0D (or 0x471A0D) is unknown color: approx Brown Pod. HEX triplet: 47, 1A and 0D. RGB value is (71,26,13). Sum of RGB (Red+Green+Blue) = 71+26+13=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A0D is #B8E5F2. Grayscale: #262626. Windows color (decimal): -12117491 or 858695. OLE color: 858695.

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

Color convert

RGB712613-
CMYK00.630.820.72
HSL13.45º69.05%16.47%-
HSV(B)13.45º81.69%27.84%-
XYZ3.042.110.63-
YUV37.97113.91151.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=64.55%
G=23.64%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71261300.630.820.7213.4569.0516.47
Hex471AD03F5248d4510
Octal10732150771221101510520
Binary10001111101011010111111101001010010001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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