#47251E

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

Shades of Brown Pod #47251E

Tints of Brown Pod #47251E

Color information

#47251E (or 0x47251E) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 1E. RGB value is (71,37,30). Sum of RGB (Red+Green+Blue) = 71+37+30=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251E is #B8DAE1. Grayscale: #2E2E2E. Windows color (decimal): -12114658 or 1975623. OLE color: 1975623.

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

Color convert

RGB713730-
CMYK00.480.580.72
HSL10.24º40.59%19.8%-
HSV(B)10.24º57.75%27.84%-
XYZ3.492.761.58-
YUV46.37118.76145.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=51.45%
G=26.81%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71373000.480.580.7210.2440.5919.8
Hex47251E0303A48a2914
Octal107453606072110125124
Binary10001111001011111001100001110101001000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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