#47261A

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

Shades of Brown Pod #47261A

Tints of Brown Pod #47261A

Color information

#47261A (or 0x47261A) is unknown color: approx Brown Pod. HEX triplet: 47, 26 and 1A. RGB value is (71,38,26). Sum of RGB (Red+Green+Blue) = 71+38+26=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47261A is #B8D9E5. Grayscale: #2E2E2E. Windows color (decimal): -12114406 or 1713735. OLE color: 1713735.

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

Color convert

RGB713826-
CMYK00.460.630.72
HSL16º46.39%19.02%-
HSV(B)16º63.38%27.84%-
XYZ3.482.81.33-
YUV46.5116.43145.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=52.59%
G=28.15%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71382600.460.630.721646.3919.02
Hex47261A02E3F48102e13
Octal107463205677110205623
Binary100011110011011010010111011111110010001000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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