#472519

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

Shades of Brown Pod #472519

Tints of Brown Pod #472519

Color information

#472519 (or 0x472519) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 19. RGB value is (71,37,25). Sum of RGB (Red+Green+Blue) = 71+37+25=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472519 is #B8DAE6. Grayscale: #2D2D2D. Windows color (decimal): -12114663 or 1647943. OLE color: 1647943.

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

Color convert

RGB713725-
CMYK00.480.650.72
HSL15.65º47.92%18.82%-
HSV(B)15.65º64.79%27.84%-
XYZ3.442.731.27-
YUV45.8116.26145.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=53.38%
G=27.82%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71372500.480.650.7215.6547.9218.82
Hex4725190304148103013
Octal1074531060101110206023
Binary1000111100101110010110000100000110010001000011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472519; }

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

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

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

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

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

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

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

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