Html Css Color HEX #1A110F Seal Brown

📋 copy color: '#1A110F'

red 26 ◦ green 17 ◦ blue 15

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

Shades of Seal Brown #1A110F

Tints of Seal Brown #1A110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 29.31%

 BLUE value IS 15 (6.25% from 255) = 25.86%

R = 44.83%
G = 29.31%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#1A110F (or 0x1A110F) is known color: Seal Brown. HEX triplet: 1A, 11 and 0F. RGB value is (26,17,15). Sum of RGB (Red+Green+Blue) = 26+17+15=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 26 - color contains mainly: red. Hex color #1A110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A110F is #E5EEF0. Grayscale: #131313. Windows color (decimal): -15068913 or 987418. OLE color: 987418.

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

Color convert

RGB 26 17 15 -
CMYK 0 0.35 0.42 0.90
HSL 10.91º 0.27% 0.08% -
HSV(B) 10.91º 0.42% 0.1% -
XYZ 0.71 0.65 0.54 -
YUV 19.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 26 17 15 0 0.35 0.42 0.90 10.91 0.27 0.08
Hex 1A 11 F 0 23 2A 5A B 1B 8
Octal 32 21 17 0 43 52 132 13 33 10
Binary 11010 10001 1111 0 100011 101010 1011010 1011 11011 1000

Color Harmonies of #1A110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A110F

Black with #1A110F

Text Example


Text Example

White with #1A110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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