#47230C

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

Shades of Brown Pod #47230C

Tints of Brown Pod #47230C

Color information

#47230C (or 0x47230C) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 0C. RGB value is (71,35,12). Sum of RGB (Red+Green+Blue) = 71+35+12=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47230C is #B8DCF3. Grayscale: #2B2B2B. Windows color (decimal): -12115188 or 795463. OLE color: 795463.

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

Color convert

RGB713512-
CMYK00.510.830.72
HSL23.39º71.08%16.27%-
HSV(B)23.39º83.1%27.84%-
XYZ3.272.570.67-
YUV43.14110.43147.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=60.17%
G=29.66%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71351200.510.830.7223.3971.0816.27
Hex4723C0335348174710
Octal10743140631231102710720
Binary1000111100011110001100111010011100100010111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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