#47231A

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

Shades of Brown Pod #47231A

Tints of Brown Pod #47231A

Color information

#47231A (or 0x47231A) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 1A. RGB value is (71,35,26). Sum of RGB (Red+Green+Blue) = 71+35+26=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231A is #B8DCE5. Grayscale: #2C2C2C. Windows color (decimal): -12115174 or 1712967. OLE color: 1712967.

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

Color convert

RGB713526-
CMYK00.510.630.72
HSL12º46.39%19.02%-
HSV(B)12º63.38%27.84%-
XYZ3.392.621.3-
YUV44.74117.43146.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=53.79%
G=26.52%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71352600.510.630.721246.3919.02
Hex47231A0333F48c2e13
Octal107433206377110145623
Binary10001111000111101001100111111111001000110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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