#3F0902

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

Shades of Seal Brown #3F0902

Tints of Seal Brown #3F0902

Color information

#3F0902 (or 0x3F0902) is unknown color: approx Seal Brown. HEX triplet: 3F, 09 and 02. RGB value is (63,9,2). Sum of RGB (Red+Green+Blue) = 63+9+2=74 (9% of max value = 765). Red value is 63 (25% from 255 or 85.14% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0902 is #C0F6FD. Grayscale: #181818. Windows color (decimal): -12646142 or 133439. OLE color: 133439.

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

Color convert

RGB6392-
CMYK00.860.970.75
HSL6.89º93.85%12.75%-
HSV(B)6.89º96.83%24.71%-
XYZ2.161.260.19-
YUV24.35115.39155.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 85.14%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=85.14%
G=12.16%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal639200.860.970.756.8993.8512.75
Hex3F92056614B75ed
Octal771120126141113713615
Binary111111100110010101101100001100101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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