#3F0905

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

Shades of Seal Brown #3F0905

Tints of Seal Brown #3F0905

Color information

#3F0905 (or 0x3F0905) is unknown color: approx Seal Brown. HEX triplet: 3F, 09 and 05. RGB value is (63,9,5). Sum of RGB (Red+Green+Blue) = 63+9+5=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0905 is #C0F6FA. Grayscale: #181818. Windows color (decimal): -12646139 or 330047. OLE color: 330047.

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

Color convert

RGB6395-
CMYK00.860.920.75
HSL4.14º85.29%13.33%-
HSV(B)4.14º92.06%24.71%-
XYZ2.171.260.27-
YUV24.69116.89155.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 81.82%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=81.82%
G=11.69%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal639500.860.920.754.1485.2913.33
Hex3F950565C4B455d
Octal771150126134113412515
Binary1111111001101010101101011100100101110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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