Html Css Color HEX #3F1411 Seal Brown

📋 copy color: '#3F1411'

red 63 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #3F1411

Tints of Seal Brown #3F1411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20%

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

R = 63%
G = 20%
B = 17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3F1411 (or 0x3F1411) is known color: Seal Brown. HEX triplet: 3F, 14 and 11. RGB value is (63,20,17). Sum of RGB (Red+Green+Blue) = 63+20+17=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1411 is #C0EBEE. Grayscale: #202020. Windows color (decimal): -12643311 or 1119295. OLE color: 1119295.

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

Color convert

RGB 63 20 17 -
CMYK 0 0.68 0.73 0.75
HSL 3.91º 0.58% 0.16% -
HSV(B) 3.91º 0.73% 0.25% -
XYZ 2.4 1.6 0.71 -
YUV 32.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 63 20 17 0 0.68 0.73 0.75 3.91 0.58 0.16
Hex 3F 14 11 0 44 49 4B 4 3A 10
Octal 77 24 21 0 104 111 113 4 72 20
Binary 111111 10100 10001 0 1000100 1001001 1001011 100 111010 10000

Color Harmonies of #3F1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1411

Black with #3F1411

Text Example


Text Example

White with #3F1411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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