#471615

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

Shades of Seal Brown #471615

Tints of Seal Brown #471615

Color information

#471615 (or 0x471615) is unknown color: approx Seal Brown. HEX triplet: 47, 16 and 15. RGB value is (71,22,21). Sum of RGB (Red+Green+Blue) = 71+22+21=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471615 is #B8E9EA. Grayscale: #242424. Windows color (decimal): -12118507 or 1381959. OLE color: 1381959.

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

Color convert

RGB712221-
CMYK00.690.700.72
HSL1.2º54.35%18.04%-
HSV(B)1.2º70.42%27.84%-
XYZ3.021.970.93-
YUV36.54119.23152.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=62.28%
G=19.30%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71222100.690.700.721.254.3518.04
Hex471615045464813612
Octal1072625010510611016622
Binary100011110110101010100010110001101001000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471615; }

 p { color: rgb(71,22,21); }

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

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

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

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

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

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

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