#471313

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

Shades of Seal Brown #471313

Tints of Seal Brown #471313

Color information

#471313 (or 0x471313) is unknown color: approx Seal Brown. HEX triplet: 47, 13 and 13. RGB value is (71,19,19). Sum of RGB (Red+Green+Blue) = 71+19+19=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471313 is #B8ECEC. Grayscale: #222222. Windows color (decimal): -12119277 or 1250119. OLE color: 1250119.

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

Color convert

RGB711919-
CMYK00.730.730.72
HSL57.78%17.65%-
HSV(B)73.24%27.84%-
XYZ2.951.850.82-
YUV34.55119.23154-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=65.14%
G=17.43%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71191900.730.730.72057.7817.65
Hex471313049494803a12
Octal1072323011111111007222
Binary100011110011100110100100110010011001000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471313; }

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

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

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

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

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

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

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

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