Html Css Color HEX #141110 Seal Brown

📋 copy color: '#141110'

red 20 ◦ green 17 ◦ blue 16

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

Shades of Seal Brown #141110

Tints of Seal Brown #141110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 37.74%
G = 32.08%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#141110 (or 0x141110) is known color: Seal Brown. HEX triplet: 14, 11 and 10. RGB value is (20,17,16). Sum of RGB (Red+Green+Blue) = 20+17+16=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #141110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141110 is #EBEEEF. Grayscale: #111111. Windows color (decimal): -15462128 or 1052948. OLE color: 1052948.

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

Color convert

RGB 20 17 16 -
CMYK 0 0.15 0.20 0.92
HSL 15º 0.11% 0.07% -
HSV(B) 15º 0.2% 0.08% -
XYZ 0.58 0.59 0.57 -
YUV 17.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 20 17 16 0 0.15 0.20 0.92 15 0.11 0.07
Hex 14 11 10 0 F 14 5C F B 7
Octal 24 21 20 0 17 24 134 17 13 7
Binary 10100 10001 10000 0 1111 10100 1011100 1111 1011 111

Color Harmonies of #141110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141110

Black with #141110

Text Example


Text Example

White with #141110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141110; }

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

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

background-color css

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

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

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

border-color css

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

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

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