#3F1815

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

Shades of Seal Brown #3F1815

Tints of Seal Brown #3F1815

Color information

#3F1815 (or 0x3F1815) is unknown color: approx Seal Brown. HEX triplet: 3F, 18 and 15. RGB value is (63,24,21). Sum of RGB (Red+Green+Blue) = 63+24+21=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1815 is #C0E7EA. Grayscale: #232323. Windows color (decimal): -12642283 or 1382463. OLE color: 1382463.

HSL color Cylindrical-coordinate representation of color #3F1815: hue angle of 4.29º 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 #3F1815 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB632421-
CMYK00.620.670.75
HSL4.29º50%16.47%-
HSV(B)4.29º66.67%24.71%-
XYZ2.511.760.92-
YUV35.32119.92147.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.33%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=58.33%
G=22.22%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63242100.620.670.754.295016.47
Hex3F181503E434B43210
Octal77302507610311346220
Binary111111110001010101111101000011100101110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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