#3F1010

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

Shades of Seal Brown #3F1010

Tints of Seal Brown #3F1010

Color information

#3F1010 (or 0x3F1010) is unknown color: approx Seal Brown. HEX triplet: 3F, 10 and 10. RGB value is (63,16,16). Sum of RGB (Red+Green+Blue) = 63+16+16=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1010 is #C0EFEF. Grayscale: #1E1E1E. Windows color (decimal): -12644336 or 1052735. OLE color: 1052735.

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

Color convert

RGB631616-
CMYK00.750.750.75
HSL59.49%15.49%-
HSV(B)74.6%24.71%-
XYZ2.331.460.65-
YUV30.05120.07151.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 66.32%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=66.32%
G=16.84%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63161600.750.750.75059.4915.49
Hex3F101004B4B4B03bf
Octal772020011311311307317
Binary1111111000010000010010111001011100101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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