Html Css Color HEX #141111 Seal Brown

📋 copy color: '#141111'

red 20 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #141111

Tints of Seal Brown #141111

RGB

 RED value IS 20 (8.2% from 255) = 37.04%

 GREEN value IS 17 (7.03% from 255) = 31.48%

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

R = 37.04%
G = 31.48%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#141111 (or 0x141111) is known color: Seal Brown. HEX triplet: 14, 11 and 11. RGB value is (20,17,17). Sum of RGB (Red+Green+Blue) = 20+17+17=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 20 - color contains mainly: red. Hex color #141111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141111 is #EBEEEE. Grayscale: #111111. Windows color (decimal): -15462127 or 1118484. OLE color: 1118484.

HSL color Cylindrical-coordinate representation of color #141111: hue angle of 0º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #141111 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 17 17 -
CMYK 0 0.15 0.15 0.92
HSL 0.08% 0.07% -
HSV(B) 0.15% 0.08% -
XYZ 0.59 0.59 0.61 -
YUV 17.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 20 17 17 0 0.15 0.15 0.92 0 0.08 0.07
Hex 14 11 11 0 F F 5C 0 8 7
Octal 24 21 21 0 17 17 134 0 10 7
Binary 10100 10001 10001 0 1111 1111 1011100 0 1000 111

Color Harmonies of #141111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141111

Black with #141111

Text Example


Text Example

White with #141111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141111; }

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

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

background-color css

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

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

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

border-color css

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

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

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