Html Css Color HEX #1D0A00 Seal Brown

📋 copy color: '#1D0A00'

red 29 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #1D0A00

Tints of Seal Brown #1D0A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 25.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.36%
G = 25.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#1D0A00 (or 0x1D0A00) is known color: Seal Brown. HEX triplet: 1D, 0A and 00. RGB value is (29,10,0). Sum of RGB (Red+Green+Blue) = 29+10+0=39 (5% of max value = 765). Red value is 29 (11.72% from 255 or 74.36% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A00 is #E2F5FF. Grayscale: #0E0E0E. Windows color (decimal): -14874112 or 2589. OLE color: 2589.

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

Color convert

RGB 29 10 0 -
CMYK 0 0.66 1 0.89
HSL 20.69º 1% 0.06% -
HSV(B) 20.69º 1% 0.11% -
XYZ 0.62 0.48 0.06 -
YUV 14.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 29 10 0 0 0.66 1 0.89 20.69 1 0.06
Hex 1D A 0 0 42 64 59 15 64 6
Octal 35 12 0 0 102 144 131 25 144 6
Binary 11101 1010 0 0 1000010 1100100 1011001 10101 1100100 110

Color Harmonies of #1D0A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0A00

Black with #1D0A00

Text Example


Text Example

White with #1D0A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,10,0); }

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

background-color css

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

 a { background-color: rgb(29,10,0); }

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

border-color css

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

 span { border-color: rgb(29,10,0); }

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