#3F1818

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

Shades of Seal Brown #3F1818

Tints of Seal Brown #3F1818

Color information

#3F1818 (or 0x3F1818) is unknown color: approx Seal Brown. HEX triplet: 3F, 18 and 18. RGB value is (63,24,24). Sum of RGB (Red+Green+Blue) = 63+24+24=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1818 is #C0E7E7. Grayscale: #232323. Windows color (decimal): -12642280 or 1579071. OLE color: 1579071.

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

Color convert

RGB632424-
CMYK00.620.620.75
HSL44.83%17.06%-
HSV(B)61.9%24.71%-
XYZ2.541.781.07-
YUV35.66121.42147.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.76%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=56.76%
G=21.62%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63242400.620.620.75044.8317.06
Hex3F181803E3E4B02d11
Octal7730300767611305521
Binary111111110001100001111101111101001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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