#472119

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

Shades of Brown Pod #472119

Tints of Brown Pod #472119

Color information

#472119 (or 0x472119) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 19. RGB value is (71,33,25). Sum of RGB (Red+Green+Blue) = 71+33+25=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472119 is #B8DEE6. Grayscale: #2B2B2B. Windows color (decimal): -12115687 or 1646919. OLE color: 1646919.

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

Color convert

RGB713325-
CMYK00.540.650.72
HSL10.43º47.92%18.82%-
HSV(B)10.43º64.79%27.84%-
XYZ3.322.51.23-
YUV43.45117.59147.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=55.04%
G=25.58%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71332500.540.650.7210.4347.9218.82
Hex4721190364148a3013
Octal1074131066101110126023
Binary100011110000111001011011010000011001000101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472119; }

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

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

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

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

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

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

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

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