#47241A

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

Shades of Brown Pod #47241A

Tints of Brown Pod #47241A

Color information

#47241A (or 0x47241A) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 1A. RGB value is (71,36,26). Sum of RGB (Red+Green+Blue) = 71+36+26=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47241A is #B8DBE5. Grayscale: #2D2D2D. Windows color (decimal): -12114918 or 1713223. OLE color: 1713223.

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

Color convert

RGB713626-
CMYK00.490.630.72
HSL13.33º46.39%19.02%-
HSV(B)13.33º63.38%27.84%-
XYZ3.422.681.31-
YUV45.32117.1146.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=53.38%
G=27.07%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71362600.490.630.7213.3346.3919.02
Hex47241A0313F48d2e13
Octal107443206177110155623
Binary10001111001001101001100011111111001000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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