#47231D

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

Shades of Brown Pod #47231D

Tints of Brown Pod #47231D

Color information

#47231D (or 0x47231D) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 1D. RGB value is (71,35,29). Sum of RGB (Red+Green+Blue) = 71+35+29=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231D is #B8DCE2. Grayscale: #2D2D2D. Windows color (decimal): -12115171 or 1909575. OLE color: 1909575.

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

Color convert

RGB713529-
CMYK00.510.590.72
HSL8.57º42%19.61%-
HSV(B)8.57º59.15%27.84%-
XYZ3.422.631.49-
YUV45.08118.93146.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=52.59%
G=25.93%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71352900.510.590.728.574219.61
Hex47231D0333B4892a14
Octal107433506373110115224
Binary10001111000111110101100111110111001000100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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