Html Css Color HEX #1D1413 Seal Brown

📋 copy color: '#1D1413'

red 29 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #1D1413

Tints of Seal Brown #1D1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.41%

 BLUE value IS 19 (7.81% from 255) = 27.94%

R = 42.65%
G = 29.41%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#1D1413 (or 0x1D1413) is known color: Seal Brown. HEX triplet: 1D, 14 and 13. RGB value is (29,20,19). Sum of RGB (Red+Green+Blue) = 29+20+19=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1413 is #E2EBEC. Grayscale: #161616. Windows color (decimal): -14871533 or 1250333. OLE color: 1250333.

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

Color convert

RGB 29 20 19 -
CMYK 0 0.31 0.34 0.89
HSL 0.21% 0.09% -
HSV(B) 0.34% 0.11% -
XYZ 0.87 0.81 0.73 -
YUV 22.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 29 20 19 0 0.31 0.34 0.89 6 0.21 0.09
Hex 1D 14 13 0 1F 22 59 6 15 9
Octal 35 24 23 0 37 42 131 6 25 11
Binary 11101 10100 10011 0 11111 100010 1011001 110 10101 1001

Color Harmonies of #1D1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1413

Black with #1D1413

Text Example


Text Example

White with #1D1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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