#3F1715

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

Shades of Seal Brown #3F1715

Tints of Seal Brown #3F1715

Color information

#3F1715 (or 0x3F1715) is unknown color: approx Seal Brown. HEX triplet: 3F, 17 and 15. RGB value is (63,23,21). Sum of RGB (Red+Green+Blue) = 63+23+21=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1715 is #C0E8EA. Grayscale: #222222. Windows color (decimal): -12642539 or 1382207. OLE color: 1382207.

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

Color convert

RGB632321-
CMYK00.630.670.75
HSL2.86º50%16.47%-
HSV(B)2.86º66.67%24.71%-
XYZ2.491.720.91-
YUV34.73120.25148.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=58.88%
G=21.50%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63232100.630.670.752.865016.47
Hex3F171503F434B33210
Octal77272507710311336220
Binary11111110111101010111111100001110010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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