Html Css Color HEX #1A1211 Seal Brown

📋 copy color: '#1A1211'

red 26 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #1A1211

Tints of Seal Brown #1A1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.51%

 BLUE value IS 17 (7.03% from 255) = 27.87%

R = 42.62%
G = 29.51%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.90

RGB Variations

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

Color information

#1A1211 (or 0x1A1211) is known color: Seal Brown. HEX triplet: 1A, 12 and 11. RGB value is (26,18,17). Sum of RGB (Red+Green+Blue) = 26+18+17=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1211 is #E5EDEE. Grayscale: #141414. Windows color (decimal): -15068655 or 1118746. OLE color: 1118746.

HSL color Cylindrical-coordinate representation of color #1A1211: hue angle of 6.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A1211 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 18 17 -
CMYK 0 0.31 0.35 0.90
HSL 6.67º 0.21% 0.08% -
HSV(B) 6.67º 0.35% 0.1% -
XYZ 0.74 0.69 0.62 -
YUV 20.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 26 18 17 0 0.31 0.35 0.90 6.67 0.21 0.08
Hex 1A 12 11 0 1F 23 5A 7 15 8
Octal 32 22 21 0 37 43 132 7 25 10
Binary 11010 10010 10001 0 11111 100011 1011010 111 10101 1000

Color Harmonies of #1A1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1211

Black with #1A1211

Text Example


Text Example

White with #1A1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,18,17); }

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

background-color css

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

 a { background-color: rgb(26,18,17); }

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

border-color css

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

 span { border-color: rgb(26,18,17); }

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