#47231E

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

Shades of Brown Pod #47231E

Tints of Brown Pod #47231E

Color information

#47231E (or 0x47231E) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 1E. RGB value is (71,35,30). Sum of RGB (Red+Green+Blue) = 71+35+30=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231E is #B8DCE1. Grayscale: #2D2D2D. Windows color (decimal): -12115170 or 1975111. OLE color: 1975111.

HSL color Cylindrical-coordinate representation of color #47231E: hue angle of 7.32º 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 #47231E is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB713530-
CMYK00.510.580.72
HSL7.32º40.59%19.8%-
HSV(B)7.32º57.75%27.84%-
XYZ3.432.641.56-
YUV45.19119.43146.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=52.21%
G=25.74%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71353000.510.580.727.3240.5919.8
Hex47231E0333A4872914
Octal10743360637211075124
Binary1000111100011111100110011111010100100011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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