Html Css Color HEX #1D0E0B Seal Brown

📋 copy color: '#1D0E0B'

red 29 ◦ green 14 ◦ blue 11

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

Shades of Seal Brown #1D0E0B

Tints of Seal Brown #1D0E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.93%

 BLUE value IS 11 (4.69% from 255) = 20.37%

R = 53.7%
G = 25.93%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1D0E0B (or 0x1D0E0B) is known color: Seal Brown. HEX triplet: 1D, 0E and 0B. RGB value is (29,14,11). Sum of RGB (Red+Green+Blue) = 29+14+11=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E0B is #E2F1F4. Grayscale: #121212. Windows color (decimal): -14873077 or 724509. OLE color: 724509.

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

Color convert

RGB 29 14 11 -
CMYK 0 0.52 0.62 0.89
HSL 10º 0.45% 0.08% -
HSV(B) 10º 0.62% 0.11% -
XYZ 0.72 0.6 0.39 -
YUV 18.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 29 14 11 0 0.52 0.62 0.89 10 0.45 0.08
Hex 1D E B 0 34 3E 59 A 2D 8
Octal 35 16 13 0 64 76 131 12 55 10
Binary 11101 1110 1011 0 110100 111110 1011001 1010 101101 1000

Color Harmonies of #1D0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E0B

Black with #1D0E0B

Text Example


Text Example

White with #1D0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,11); }

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

background-color css

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

 a { background-color: rgb(29,14,11); }

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

border-color css

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

 span { border-color: rgb(29,14,11); }

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