#3F1513

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

Shades of Seal Brown #3F1513

Tints of Seal Brown #3F1513

Color information

#3F1513 (or 0x3F1513) is unknown color: approx Seal Brown. HEX triplet: 3F, 15 and 13. RGB value is (63,21,19). Sum of RGB (Red+Green+Blue) = 63+21+19=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1513 is #C0EAEC. Grayscale: #212121. Windows color (decimal): -12643053 or 1250623. OLE color: 1250623.

HSL color Cylindrical-coordinate representation of color #3F1513: hue angle of 2.73º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1513 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB632119-
CMYK00.670.700.75
HSL2.73º53.66%16.08%-
HSV(B)2.73º69.84%24.71%-
XYZ2.441.640.8-
YUV33.33119.91149.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.17%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=61.17%
G=20.39%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63211900.670.700.752.7353.6616.08
Hex3F1513043464B33610
Octal772523010310611336620
Binary111111101011001101000011100011010010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1513; }

 p { color: rgb(63,21,19); }

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

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

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

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

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

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

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