#47251A

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

Shades of Brown Pod #47251A

Tints of Brown Pod #47251A

Color information

#47251A (or 0x47251A) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 1A. RGB value is (71,37,26). Sum of RGB (Red+Green+Blue) = 71+37+26=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251A is #B8DAE5. Grayscale: #2D2D2D. Windows color (decimal): -12114662 or 1713479. OLE color: 1713479.

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

Color convert

RGB713726-
CMYK00.480.630.72
HSL14.67º46.39%19.02%-
HSV(B)14.67º63.38%27.84%-
XYZ3.452.741.32-
YUV45.91116.76145.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=52.99%
G=27.61%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71372600.480.630.7214.6746.3919.02
Hex47251A0303F48f2e13
Octal107453206077110175623
Binary10001111001011101001100001111111001000111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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