#3F1C1C

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

Shades of Seal Brown #3F1C1C

Tints of Seal Brown #3F1C1C

Color information

#3F1C1C (or 0x3F1C1C) is unknown color: approx Seal Brown. HEX triplet: 3F, 1C and 1C. RGB value is (63,28,28). Sum of RGB (Red+Green+Blue) = 63+28+28=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C1C is #C0E3E3. Grayscale: #262626. Windows color (decimal): -12641252 or 1842239. OLE color: 1842239.

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

Color convert

RGB632828-
CMYK00.560.560.75
HSL38.46%17.84%-
HSV(B)55.56%24.71%-
XYZ2.671.971.34-
YUV38.46122.1145.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.94%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=52.94%
G=23.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63282800.560.560.75038.4617.84
Hex3F1C1C038384B02612
Octal7734340707011304622
Binary111111111001110001110001110001001011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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