#471515

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

Shades of Seal Brown #471515

Tints of Seal Brown #471515

Color information

#471515 (or 0x471515) is unknown color: approx Seal Brown. HEX triplet: 47, 15 and 15. RGB value is (71,21,21). Sum of RGB (Red+Green+Blue) = 71+21+21=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471515 is #B8EAEA. Grayscale: #242424. Windows color (decimal): -12118763 or 1381703. OLE color: 1381703.

HSL color Cylindrical-coordinate representation of color #471515: hue angle of 0º 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 #471515 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB712121-
CMYK00.700.700.72
HSL54.35%18.04%-
HSV(B)70.42%27.84%-
XYZ31.930.92-
YUV35.95119.56153-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=62.83%
G=18.58%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71212100.700.700.72054.3518.04
Hex471515046464803612
Octal1072525010610611006622
Binary100011110101101010100011010001101001000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471515; }

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

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

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

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

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

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

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

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