Html Css Color HEX #1F1514 Seal Brown

📋 copy color: '#1F1514'

red 31 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #1F1514

Tints of Seal Brown #1F1514

RGB

 RED value IS 31 (12.5% from 255) = 43.06%

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

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

R = 43.06%
G = 29.17%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F1514 (or 0x1F1514) is known color: Seal Brown. HEX triplet: 1F, 15 and 14. RGB value is (31,21,20). Sum of RGB (Red+Green+Blue) = 31+21+20=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1514 is #E0EAEB. Grayscale: #171717. Windows color (decimal): -14740204 or 1316127. OLE color: 1316127.

HSL color Cylindrical-coordinate representation of color #1F1514: hue angle of 5.45º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F1514 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 21 20 -
CMYK 0 0.32 0.35 0.88
HSL 5.45º 0.22% 0.1% -
HSV(B) 5.45º 0.35% 0.12% -
XYZ 0.96 0.88 0.78 -
YUV 23.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 31 21 20 0 0.32 0.35 0.88 5.45 0.22 0.1
Hex 1F 15 14 0 20 23 58 5 16 A
Octal 37 25 24 0 40 43 130 5 26 12
Binary 11111 10101 10100 0 100000 100011 1011000 101 10110 1010

Color Harmonies of #1F1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1514

Black with #1F1514

Text Example


Text Example

White with #1F1514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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