#471F1A

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

Shades of Brown Pod #471F1A

Tints of Brown Pod #471F1A

Color information

#471F1A (or 0x471F1A) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 1A. RGB value is (71,31,26). Sum of RGB (Red+Green+Blue) = 71+31+26=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F1A is #B8E0E5. Grayscale: #2A2A2A. Windows color (decimal): -12116198 or 1711943. OLE color: 1711943.

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

Color convert

RGB713126-
CMYK00.560.630.72
HSL6.67º46.39%19.02%-
HSV(B)6.67º63.38%27.84%-
XYZ3.272.391.27-
YUV42.39118.75148.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=55.47%
G=24.22%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71312600.560.630.726.6746.3919.02
Hex471F1A0383F4872e13
Octal10737320707711075623
Binary100011111111110100111000111111100100011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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