Html Css Color HEX #3F1211 Seal Brown

📋 copy color: '#3F1211'

red 63 ◦ green 18 ◦ blue 17

#3F1211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #3F1211

Tints of Seal Brown #3F1211

RGB

 RED value IS 63 (25% from 255) = 64.29%

 GREEN value IS 18 (7.42% from 255) = 18.37%

 BLUE value IS 17 (7.03% from 255) = 17.35%

R = 64.29%
G = 18.37%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3F1211 (or 0x3F1211) is known color: Seal Brown. HEX triplet: 3F, 12 and 11. RGB value is (63,18,17). Sum of RGB (Red+Green+Blue) = 63+18+17=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1211 is #C0EDEE. Grayscale: #1F1F1F. Windows color (decimal): -12643823 or 1118783. OLE color: 1118783.

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

Color convert

RGB 63 18 17 -
CMYK 0 0.71 0.73 0.75
HSL 1.3º 0.58% 0.16% -
HSV(B) 1.3º 0.73% 0.25% -
XYZ 2.37 1.53 0.7 -
YUV 31.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 63 18 17 0 0.71 0.73 0.75 1.3 0.58 0.16
Hex 3F 12 11 0 47 49 4B 1 3A 10
Octal 77 22 21 0 107 111 113 1 72 20
Binary 111111 10010 10001 0 1000111 1001001 1001011 1 111010 10000

Color Harmonies of #3F1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1211

Black with #3F1211

Text Example


Text Example

White with #3F1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,18,17); }

 H1.HeaderClassName
 {
   color: #3F1211;
 }
 .AnyTagClassName
 {
   color: #3F1211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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