#47251D

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

Shades of Brown Pod #47251D

Tints of Brown Pod #47251D

Color information

#47251D (or 0x47251D) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 1D. RGB value is (71,37,29). Sum of RGB (Red+Green+Blue) = 71+37+29=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251D is #B8DAE2. Grayscale: #2E2E2E. Windows color (decimal): -12114659 or 1910087. OLE color: 1910087.

HSL color Cylindrical-coordinate representation of color #47251D: hue angle of 11.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47251D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB713729-
CMYK00.480.590.72
HSL11.43º42%19.61%-
HSV(B)11.43º59.15%27.84%-
XYZ3.482.751.51-
YUV46.25118.26145.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=51.82%
G=27.01%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71372900.480.590.7211.434219.61
Hex47251D0303B48b2a14
Octal107453506073110135224
Binary10001111001011110101100001110111001000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47251D; }

 p { color: rgb(71,37,29); }

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

<style>
 a { background-color: #47251D; }

 a { background-color: rgb(71,37,29); }

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

<style>
 span { border-color: #47251D; }

 span { border-color: rgb(71,37,29); }

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