Html Css Color HEX #1A0D0A Seal Brown

📋 copy color: '#1A0D0A'

red 26 ◦ green 13 ◦ blue 10

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

Shades of Seal Brown #1A0D0A

Tints of Seal Brown #1A0D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26.53%

 BLUE value IS 10 (4.3% from 255) = 20.41%

R = 53.06%
G = 26.53%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.90

RGB Variations

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

Color information

#1A0D0A (or 0x1A0D0A) is known color: Seal Brown. HEX triplet: 1A, 0D and 0A. RGB value is (26,13,10). Sum of RGB (Red+Green+Blue) = 26+13+10=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D0A is #E5F2F5. Grayscale: #101010. Windows color (decimal): -15069942 or 658714. OLE color: 658714.

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

Color convert

RGB 26 13 10 -
CMYK 0 0.5 0.62 0.90
HSL 11.25º 0.44% 0.07% -
HSV(B) 11.25º 0.62% 0.1% -
XYZ 0.62 0.53 0.36 -
YUV 16.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 26 13 10 0 0.5 0.62 0.90 11.25 0.44 0.07
Hex 1A D A 0 32 3E 5A B 2C 7
Octal 32 15 12 0 62 76 132 13 54 7
Binary 11010 1101 1010 0 110010 111110 1011010 1011 101100 111

Color Harmonies of #1A0D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0D0A

Black with #1A0D0A

Text Example


Text Example

White with #1A0D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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