#47230B

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

Shades of Brown Pod #47230B

Tints of Brown Pod #47230B

Color information

#47230B (or 0x47230B) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 0B. RGB value is (71,35,11). Sum of RGB (Red+Green+Blue) = 71+35+11=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47230B is #B8DCF4. Grayscale: #2B2B2B. Windows color (decimal): -12115189 or 729927. OLE color: 729927.

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

Color convert

RGB713511-
CMYK00.510.850.72
HSL24º73.17%16.08%-
HSV(B)24º84.51%27.84%-
XYZ3.262.570.64-
YUV43.03109.93147.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=60.68%
G=29.91%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71351100.510.850.722473.1716.08
Hex4723B0335548184910
Octal10743130631251103011120
Binary1000111100011101101100111010101100100011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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