#47230D

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

Shades of Brown Pod #47230D

Tints of Brown Pod #47230D

Color information

#47230D (or 0x47230D) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 0D. RGB value is (71,35,13). Sum of RGB (Red+Green+Blue) = 71+35+13=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47230D is #B8DCF2. Grayscale: #2B2B2B. Windows color (decimal): -12115187 or 860999. OLE color: 860999.

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

Color convert

RGB713513-
CMYK00.510.820.72
HSL22.76º69.05%16.47%-
HSV(B)22.76º81.69%27.84%-
XYZ3.272.570.7-
YUV43.26110.93147.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=59.66%
G=29.41%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71351300.510.820.7222.7669.0516.47
Hex4723D0335248174510
Octal10743150631221102710520
Binary1000111100011110101100111010010100100010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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