Html Css Color HEX #1A0A09 Seal Brown

📋 copy color: '#1A0A09'

red 26 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #1A0A09

Tints of Seal Brown #1A0A09

RGB

 RED value IS 26 (10.55% from 255) = 57.78%

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

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

R = 57.78%
G = 22.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#1A0A09 (or 0x1A0A09) is known color: Seal Brown. HEX triplet: 1A, 0A and 09. RGB value is (26,10,9). Sum of RGB (Red+Green+Blue) = 26+10+9=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A09 is #E5F5F6. Grayscale: #0E0E0E. Windows color (decimal): -15070711 or 592410. OLE color: 592410.

HSL color Cylindrical-coordinate representation of color #1A0A09: hue angle of 3.53º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A0A09 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 10 9 -
CMYK 0 0.62 0.65 0.90
HSL 3.53º 0.49% 0.07% -
HSV(B) 3.53º 0.65% 0.1% -
XYZ 0.58 0.46 0.32 -
YUV 14.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 26 10 9 0 0.62 0.65 0.90 3.53 0.49 0.07
Hex 1A A 9 0 3E 41 5A 4 31 7
Octal 32 12 11 0 76 101 132 4 61 7
Binary 11010 1010 1001 0 111110 1000001 1011010 100 110001 111

Color Harmonies of #1A0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0A09

Black with #1A0A09

Text Example


Text Example

White with #1A0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,10,9); }

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

background-color css

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

 a { background-color: rgb(26,10,9); }

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

border-color css

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

 span { border-color: rgb(26,10,9); }

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