#471000

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

Shades of Seal Brown #471000

Tints of Seal Brown #471000

Color information

#471000 (or 0x471000) is unknown color: approx Seal Brown. HEX triplet: 47, 10 and 00. RGB value is (71,16,0). Sum of RGB (Red+Green+Blue) = 71+16+0=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #471000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471000 is #B8EFFF. Grayscale: #1E1E1E. Windows color (decimal): -12120064 or 4167. OLE color: 4167.

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

Color convert

RGB71160-
CMYK00.7710.72
HSL13.52º100%13.92%-
HSV(B)13.52º100%27.84%-
XYZ2.781.710.18-
YUV30.62110.72156.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 81.61%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.61%
G=18.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7116000.7710.7213.5210013.92
Hex4710004D6448e64e
Octal10720001151441101614416
Binary10001111000000100110111001001001000111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471000; }

 p { color: rgb(71,16,0); }

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

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

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

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

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

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

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