Html Css Color HEX #1D0E08 Seal Brown

📋 copy color: '#1D0E08'

red 29 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #1D0E08

Tints of Seal Brown #1D0E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 15.69%

R = 56.86%
G = 27.45%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.89

RGB Variations

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

Color information

#1D0E08 (or 0x1D0E08) is known color: Seal Brown. HEX triplet: 1D, 0E and 08. RGB value is (29,14,8). Sum of RGB (Red+Green+Blue) = 29+14+8=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E08 is #E2F1F7. Grayscale: #111111. Windows color (decimal): -14873080 or 527901. OLE color: 527901.

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

Color convert

RGB 29 14 8 -
CMYK 0 0.52 0.72 0.89
HSL 17.14º 0.57% 0.07% -
HSV(B) 17.14º 0.72% 0.11% -
XYZ 0.71 0.59 0.31 -
YUV 17.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 29 14 8 0 0.52 0.72 0.89 17.14 0.57 0.07
Hex 1D E 8 0 34 48 59 11 39 7
Octal 35 16 10 0 64 110 131 21 71 7
Binary 11101 1110 1000 0 110100 1001000 1011001 10001 111001 111

Color Harmonies of #1D0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E08

Black with #1D0E08

Text Example


Text Example

White with #1D0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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