Html Css Color HEX #1D1614 Seal Brown

📋 copy color: '#1D1614'

red 29 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #1D1614

Tints of Seal Brown #1D1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.99%

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

R = 40.85%
G = 30.99%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1D1614 (or 0x1D1614) is known color: Seal Brown. HEX triplet: 1D, 16 and 14. RGB value is (29,22,20). Sum of RGB (Red+Green+Blue) = 29+22+20=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1614 is #E2E9EB. Grayscale: #171717. Windows color (decimal): -14871020 or 1316381. OLE color: 1316381.

HSL color Cylindrical-coordinate representation of color #1D1614: hue angle of 13.33º 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 #1D1614 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 22 20 -
CMYK 0 0.24 0.31 0.89
HSL 13.33º 0.18% 0.1% -
HSV(B) 13.33º 0.31% 0.11% -
XYZ 0.92 0.89 0.78 -
YUV 23.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 29 22 20 0 0.24 0.31 0.89 13.33 0.18 0.1
Hex 1D 16 14 0 18 1F 59 D 12 A
Octal 35 26 24 0 30 37 131 15 22 12
Binary 11101 10110 10100 0 11000 11111 1011001 1101 10010 1010

Color Harmonies of #1D1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1614

Black with #1D1614

Text Example


Text Example

White with #1D1614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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