Html Css Color HEX #1D0D0B Seal Brown

📋 copy color: '#1D0D0B'

red 29 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #1D0D0B

Tints of Seal Brown #1D0D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.53%

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

R = 54.72%
G = 24.53%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1D0D0B (or 0x1D0D0B) is known color: Seal Brown. HEX triplet: 1D, 0D and 0B. RGB value is (29,13,11). Sum of RGB (Red+Green+Blue) = 29+13+11=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0D0B is #E2F2F4. Grayscale: #111111. Windows color (decimal): -14873333 or 724253. OLE color: 724253.

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

Color convert

RGB 29 13 11 -
CMYK 0 0.55 0.62 0.89
HSL 6.67º 0.45% 0.08% -
HSV(B) 6.67º 0.62% 0.11% -
XYZ 0.71 0.57 0.39 -
YUV 17.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 29 13 11 0 0.55 0.62 0.89 6.67 0.45 0.08
Hex 1D D B 0 37 3E 59 7 2D 8
Octal 35 15 13 0 67 76 131 7 55 10
Binary 11101 1101 1011 0 110111 111110 1011001 111 101101 1000

Color Harmonies of #1D0D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0D0B

Black with #1D0D0B

Text Example


Text Example

White with #1D0D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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