#472319

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

Shades of Brown Pod #472319

Tints of Brown Pod #472319

Color information

#472319 (or 0x472319) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 19. RGB value is (71,35,25). Sum of RGB (Red+Green+Blue) = 71+35+25=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472319 is #B8DCE6. Grayscale: #2C2C2C. Windows color (decimal): -12115175 or 1647431. OLE color: 1647431.

HSL color Cylindrical-coordinate representation of color #472319: hue angle of 13.04º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472319 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB713525-
CMYK00.510.650.72
HSL13.04º47.92%18.82%-
HSV(B)13.04º64.79%27.84%-
XYZ3.382.611.25-
YUV44.62116.93146.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=54.20%
G=26.72%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71352500.510.650.7213.0447.9218.82
Hex4723190334148d3013
Octal1074331063101110156023
Binary100011110001111001011001110000011001000110111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472319; }

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

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

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

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

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

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

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

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