#1B100F

Color #1B100F Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #1B100F

Tints of Seal Brown #1B100F

Color information

#1B100F (or 0x1B100F) is unknown color: approx Seal Brown. HEX triplet: 1B, 10 and 0F. RGB value is (27,16,15). Sum of RGB (Red+Green+Blue) = 27+16+15=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 27 - color contains mainly: red. Hex color #1B100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B100F is #E4EFF0. Grayscale: #131313. Windows color (decimal): -15003633 or 987163. OLE color: 987163.

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

Color convert

RGB271615-
CMYK00.410.440.89
HSL28.57%8.24%-
HSV(B)44.44%10.59%-
XYZ0.720.640.54-
YUV19.18125.64133.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 46.55%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=46.55%
G=27.59%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27161500.410.440.89528.578.24
Hex1B10F0292C5951d8
Octal3320170515413153510
Binary1101110000111101010011011001011001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,16,15); }

 H1.HeaderClassName
 {
   color: #1B100F;
 }
 .AnyTagClassName
 {
   color: #1B100F;
 }
</style>
background-color css

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

 a { background-color: rgb(27,16,15); }

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

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

 span { border-color: rgb(27,16,15); }

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