#47231B

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

Shades of Brown Pod #47231B

Tints of Brown Pod #47231B

Color information

#47231B (or 0x47231B) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 1B. RGB value is (71,35,27). Sum of RGB (Red+Green+Blue) = 71+35+27=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231B is #B8DCE4. Grayscale: #2C2C2C. Windows color (decimal): -12115173 or 1778503. OLE color: 1778503.

HSL color Cylindrical-coordinate representation of color #47231B: hue angle of 10.91º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47231B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB713527-
CMYK00.510.620.72
HSL10.91º44.9%19.22%-
HSV(B)10.91º61.97%27.84%-
XYZ3.42.621.36-
YUV44.85117.93146.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=53.38%
G=26.32%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71352700.510.620.7210.9144.919.22
Hex47231B0333E48b2d13
Octal107433306376110135523
Binary10001111000111101101100111111101001000101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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