Html Css Color HEX #1D1514 Seal Brown

📋 copy color: '#1D1514'

red 29 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #1D1514

Tints of Seal Brown #1D1514

RGB

 RED value IS 29 (11.72% from 255) = 41.43%

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

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

R = 41.43%
G = 30%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1D1514 (or 0x1D1514) is known color: Seal Brown. HEX triplet: 1D, 15 and 14. RGB value is (29,21,20). Sum of RGB (Red+Green+Blue) = 29+21+20=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1514 is #E2EAEB. Grayscale: #171717. Windows color (decimal): -14871276 or 1316125. OLE color: 1316125.

HSL color Cylindrical-coordinate representation of color #1D1514: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D1514 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 21 20 -
CMYK 0 0.28 0.31 0.89
HSL 6.67º 0.18% 0.1% -
HSV(B) 6.67º 0.31% 0.11% -
XYZ 0.9 0.85 0.78 -
YUV 23.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 29 21 20 0 0.28 0.31 0.89 6.67 0.18 0.1
Hex 1D 15 14 0 1C 1F 59 7 12 A
Octal 35 25 24 0 34 37 131 7 22 12
Binary 11101 10101 10100 0 11100 11111 1011001 111 10010 1010

Color Harmonies of #1D1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1514

Black with #1D1514

Text Example


Text Example

White with #1D1514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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