Html Css Color HEX #1D0F09 Seal Brown

📋 copy color: '#1D0F09'

red 29 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #1D0F09

Tints of Seal Brown #1D0F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.3%

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

R = 54.72%
G = 28.3%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#1D0F09 (or 0x1D0F09) is known color: Seal Brown. HEX triplet: 1D, 0F and 09. RGB value is (29,15,9). Sum of RGB (Red+Green+Blue) = 29+15+9=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F09 is #E2F0F6. Grayscale: #121212. Windows color (decimal): -14872823 or 593693. OLE color: 593693.

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

Color convert

RGB 29 15 9 -
CMYK 0 0.48 0.69 0.89
HSL 18º 0.53% 0.07% -
HSV(B) 18º 0.69% 0.11% -
XYZ 0.73 0.62 0.34 -
YUV 18.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 29 15 9 0 0.48 0.69 0.89 18 0.53 0.07
Hex 1D F 9 0 30 45 59 12 35 7
Octal 35 17 11 0 60 105 131 22 65 7
Binary 11101 1111 1001 0 110000 1000101 1011001 10010 110101 111

Color Harmonies of #1D0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F09

Black with #1D0F09

Text Example


Text Example

White with #1D0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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