#471A1A

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

Shades of Seal Brown #471A1A

Tints of Seal Brown #471A1A

Color information

#471A1A (or 0x471A1A) is unknown color: approx Seal Brown. HEX triplet: 47, 1A and 1A. RGB value is (71,26,26). Sum of RGB (Red+Green+Blue) = 71+26+26=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A1A is #B8E5E5. Grayscale: #272727. Windows color (decimal): -12117478 or 1710663. OLE color: 1710663.

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

Color convert

RGB712626-
CMYK00.630.630.72
HSL46.39%19.02%-
HSV(B)63.38%27.84%-
XYZ3.152.151.23-
YUV39.46120.41150.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 26 (10.55% from 255) = 21.14%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=57.72%
G=21.14%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71262600.630.630.72046.3919.02
Hex471A1A03F3F4802e13
Octal10732320777711005623
Binary1000111110101101001111111111111001000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471A1A; }

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

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

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

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

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

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

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

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