#47251C

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

Shades of Brown Pod #47251C

Tints of Brown Pod #47251C

Color information

#47251C (or 0x47251C) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 1C. RGB value is (71,37,28). Sum of RGB (Red+Green+Blue) = 71+37+28=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251C is #B8DAE3. Grayscale: #2E2E2E. Windows color (decimal): -12114660 or 1844551. OLE color: 1844551.

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

Color convert

RGB713728-
CMYK00.480.610.72
HSL12.56º43.43%19.41%-
HSV(B)12.56º60.56%27.84%-
XYZ3.472.751.45-
YUV46.14117.76145.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=52.21%
G=27.21%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71372800.480.610.7212.5643.4319.41
Hex47251C0303D48d2b13
Octal107453406075110155323
Binary10001111001011110001100001111011001000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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