#471919

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

Shades of Seal Brown #471919

Tints of Seal Brown #471919

Color information

#471919 (or 0x471919) is unknown color: approx Seal Brown. HEX triplet: 47, 19 and 19. RGB value is (71,25,25). Sum of RGB (Red+Green+Blue) = 71+25+25=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471919 is #B8E6E6. Grayscale: #262626. Windows color (decimal): -12117735 or 1644871. OLE color: 1644871.

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

Color convert

RGB712525-
CMYK00.650.650.72
HSL47.92%18.82%-
HSV(B)64.79%27.84%-
XYZ3.122.111.16-
YUV38.75120.24151-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=58.68%
G=20.66%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71252500.650.650.72047.9218.82
Hex471919041414803013
Octal1073131010110111006023
Binary100011111001110010100000110000011001000011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471919; }

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

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

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

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

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

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

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

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