#47240C

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

Shades of Brown Pod #47240C

Tints of Brown Pod #47240C

Color information

#47240C (or 0x47240C) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 0C. RGB value is (71,36,12). Sum of RGB (Red+Green+Blue) = 71+36+12=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47240C is #B8DBF3. Grayscale: #2B2B2B. Windows color (decimal): -12114932 or 795719. OLE color: 795719.

HSL color Cylindrical-coordinate representation of color #47240C: hue angle of 24.41º 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 #47240C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB713612-
CMYK00.490.830.72
HSL24.41º71.08%16.27%-
HSV(B)24.41º83.1%27.84%-
XYZ3.32.630.68-
YUV43.73110.1147.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=59.66%
G=30.25%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71361200.490.830.7224.4171.0816.27
Hex4724C0315348184710
Octal10744140611231103010720
Binary1000111100100110001100011010011100100011000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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