#471309

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

Shades of Seal Brown #471309

Tints of Seal Brown #471309

Color information

#471309 (or 0x471309) is unknown color: approx Seal Brown. HEX triplet: 47, 13 and 09. RGB value is (71,19,9). Sum of RGB (Red+Green+Blue) = 71+19+9=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471309 is #B8ECF6. Grayscale: #212121. Windows color (decimal): -12119287 or 594759. OLE color: 594759.

HSL color Cylindrical-coordinate representation of color #471309: hue angle of 9.68º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471309 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB71199-
CMYK00.730.870.72
HSL9.68º77.5%15.69%-
HSV(B)9.68º87.32%27.84%-
XYZ2.881.830.46-
YUV33.41114.23154.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=71.72%
G=19.19%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7119900.730.870.729.6877.515.69
Hex471390495748a4e10
Octal107231101111271101211620
Binary100011110011100101001001101011110010001010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471309; }

 p { color: rgb(71,19,9); }

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

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

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

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

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

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

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