Html Css Color HEX #1D1716 Seal Brown

📋 copy color: '#1D1716'

red 29 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #1D1716

Tints of Seal Brown #1D1716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.08%

 BLUE value IS 22 (8.98% from 255) = 29.73%

R = 39.19%
G = 31.08%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.89

RGB Variations

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

Color information

#1D1716 (or 0x1D1716) is known color: Seal Brown. HEX triplet: 1D, 17 and 16. RGB value is (29,23,22). Sum of RGB (Red+Green+Blue) = 29+23+22=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1716 is #E2E8E9. Grayscale: #181818. Windows color (decimal): -14870762 or 1447709. OLE color: 1447709.

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

Color convert

RGB 29 23 22 -
CMYK 0 0.21 0.24 0.89
HSL 8.57º 0.14% 0.1% -
HSV(B) 8.57º 0.24% 0.11% -
XYZ 0.96 0.93 0.89 -
YUV 24.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 29 23 22 0 0.21 0.24 0.89 8.57 0.14 0.1
Hex 1D 17 16 0 15 18 59 9 E A
Octal 35 27 26 0 25 30 131 11 16 12
Binary 11101 10111 10110 0 10101 11000 1011001 1001 1110 1010

Color Harmonies of #1D1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1716

Black with #1D1716

Text Example


Text Example

White with #1D1716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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