#471918

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

Shades of Seal Brown #471918

Tints of Seal Brown #471918

Color information

#471918 (or 0x471918) is unknown color: approx Seal Brown. HEX triplet: 47, 19 and 18. RGB value is (71,25,24). Sum of RGB (Red+Green+Blue) = 71+25+24=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #471918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471918 is #B8E6E7. Grayscale: #262626. Windows color (decimal): -12117736 or 1579335. OLE color: 1579335.

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

Color convert

RGB712524-
CMYK00.650.660.72
HSL1.28º49.47%18.63%-
HSV(B)1.28º66.2%27.84%-
XYZ3.112.11.11-
YUV38.64119.74151.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 24 (9.77% from 255) = 20%
R=59.17%
G=20.83%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71252400.650.660.721.2849.4718.63
Hex471918041424813113
Octal1073130010110211016123
Binary100011111001110000100000110000101001000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471918; }

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

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

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

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

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

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

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

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