#47241F

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

Shades of Brown Pod #47241F

Tints of Brown Pod #47241F

Color information

#47241F (or 0x47241F) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 1F. RGB value is (71,36,31). Sum of RGB (Red+Green+Blue) = 71+36+31=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47241F is #B8DBE0. Grayscale: #2D2D2D. Windows color (decimal): -12114913 or 2040903. OLE color: 2040903.

HSL color Cylindrical-coordinate representation of color #47241F: hue angle of 7.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47241F is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB713631-
CMYK00.490.560.72
HSL7.5º39.22%20%-
HSV(B)7.5º56.34%27.84%-
XYZ3.482.71.63-
YUV45.9119.6145.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=51.45%
G=26.09%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71363100.490.560.727.539.2220
Hex47241F031384882714
Octal107443706170110104724
Binary10001111001001111101100011110001001000100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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