Html Css Color HEX #1D0E09 Seal Brown

📋 copy color: '#1D0E09'

red 29 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #1D0E09

Tints of Seal Brown #1D0E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 17.31%

R = 55.77%
G = 26.92%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#1D0E09 (or 0x1D0E09) is known color: Seal Brown. HEX triplet: 1D, 0E and 09. RGB value is (29,14,9). Sum of RGB (Red+Green+Blue) = 29+14+9=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E09 is #E2F1F6. Grayscale: #111111. Windows color (decimal): -14873079 or 593437. OLE color: 593437.

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

Color convert

RGB 29 14 9 -
CMYK 0 0.52 0.69 0.89
HSL 15º 0.53% 0.07% -
HSV(B) 15º 0.69% 0.11% -
XYZ 0.71 0.6 0.34 -
YUV 17.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 29 14 9 0 0.52 0.69 0.89 15 0.53 0.07
Hex 1D E 9 0 34 45 59 F 35 7
Octal 35 16 11 0 64 105 131 17 65 7
Binary 11101 1110 1001 0 110100 1000101 1011001 1111 110101 111

Color Harmonies of #1D0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E09

Black with #1D0E09

Text Example


Text Example

White with #1D0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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