Html Css Color HEX #1A1514 Seal Brown

📋 copy color: '#1A1514'

red 26 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #1A1514

Tints of Seal Brown #1A1514

RGB

 RED value IS 26 (10.55% from 255) = 38.81%

 GREEN value IS 21 (8.59% from 255) = 31.34%

 BLUE value IS 20 (8.2% from 255) = 29.85%

R = 38.81%
G = 31.34%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.90

RGB Variations

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

Color information

#1A1514 (or 0x1A1514) is known color: Seal Brown. HEX triplet: 1A, 15 and 14. RGB value is (26,21,20). Sum of RGB (Red+Green+Blue) = 26+21+20=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1514 is #E5EAEB. Grayscale: #161616. Windows color (decimal): -15067884 or 1316122. OLE color: 1316122.

HSL color Cylindrical-coordinate representation of color #1A1514: hue angle of 10º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1A1514 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 21 20 -
CMYK 0 0.19 0.23 0.90
HSL 10º 0.13% 0.09% -
HSV(B) 10º 0.23% 0.1% -
XYZ 0.82 0.81 0.77 -
YUV 22.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 26 21 20 0 0.19 0.23 0.90 10 0.13 0.09
Hex 1A 15 14 0 13 17 5A A D 9
Octal 32 25 24 0 23 27 132 12 15 11
Binary 11010 10101 10100 0 10011 10111 1011010 1010 1101 1001

Color Harmonies of #1A1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1514

Black with #1A1514

Text Example


Text Example

White with #1A1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A1514; }

 p { color: rgb(26,21,20); }

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

background-color css

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

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

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

border-color css

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

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

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