#47250F

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

Shades of Brown Pod #47250F

Tints of Brown Pod #47250F

Color information

#47250F (or 0x47250F) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 0F. RGB value is (71,37,15). Sum of RGB (Red+Green+Blue) = 71+37+15=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47250F is #B8DAF0. Grayscale: #2C2C2C. Windows color (decimal): -12114673 or 992583. OLE color: 992583.

HSL color Cylindrical-coordinate representation of color #47250F: hue angle of 23.57º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47250F is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB713715-
CMYK00.480.790.72
HSL23.57º65.12%16.86%-
HSV(B)23.57º78.87%27.84%-
XYZ3.352.70.8-
YUV44.66111.26146.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 15 (6.25% from 255) = 12.20%
R=57.72%
G=30.08%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71371500.480.790.7223.5765.1216.86
Hex4725F0304F48184111
Octal10745170601171103010121
Binary1000111100101111101100001001111100100011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47250F; }

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

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

<style>
 a { background-color: #47250F; }

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

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

<style>
 span { border-color: #47250F; }

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

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