Html Css Color HEX #1D100D Seal Brown

📋 copy color: '#1D100D'

red 29 ◦ green 16 ◦ blue 13

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

Shades of Seal Brown #1D100D

Tints of Seal Brown #1D100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.59%

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 50%
G = 27.59%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#1D100D (or 0x1D100D) is known color: Seal Brown. HEX triplet: 1D, 10 and 0D. RGB value is (29,16,13). Sum of RGB (Red+Green+Blue) = 29+16+13=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D100D is #E2EFF2. Grayscale: #131313. Windows color (decimal): -14872563 or 856093. OLE color: 856093.

HSL color Cylindrical-coordinate representation of color #1D100D: hue angle of 11.25º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D100D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 16 13 -
CMYK 0 0.45 0.55 0.89
HSL 11.25º 0.38% 0.08% -
HSV(B) 11.25º 0.55% 0.11% -
XYZ 0.76 0.66 0.47 -
YUV 19.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 29 16 13 0 0.45 0.55 0.89 11.25 0.38 0.08
Hex 1D 10 D 0 2D 37 59 B 26 8
Octal 35 20 15 0 55 67 131 13 46 10
Binary 11101 10000 1101 0 101101 110111 1011001 1011 100110 1000

Color Harmonies of #1D100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D100D

Black with #1D100D

Text Example


Text Example

White with #1D100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,16,13); }

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

background-color css

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

 a { background-color: rgb(29,16,13); }

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

border-color css

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

 span { border-color: rgb(29,16,13); }

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