#3F0B05

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

Shades of Seal Brown #3F0B05

Tints of Seal Brown #3F0B05

Color information

#3F0B05 (or 0x3F0B05) is unknown color: approx Seal Brown. HEX triplet: 3F, 0B and 05. RGB value is (63,11,5). Sum of RGB (Red+Green+Blue) = 63+11+5=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B05 is #C0F4FA. Grayscale: #191919. Windows color (decimal): -12645627 or 330559. OLE color: 330559.

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

Color convert

RGB63115-
CMYK00.830.920.75
HSL6.21º85.29%13.33%-
HSV(B)6.21º92.06%24.71%-
XYZ2.21.310.28-
YUV25.86116.23154.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 79.75%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=79.75%
G=13.92%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6311500.830.920.756.2185.2913.33
Hex3FB50535C4B655d
Octal771350123134113612515
Binary1111111011101010100111011100100101111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,11,5); }

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

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

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

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

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

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

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