#1B0F0D

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

Shades of Seal Brown #1B0F0D

Tints of Seal Brown #1B0F0D

Color information

#1B0F0D (or 0x1B0F0D) is unknown color: approx Seal Brown. HEX triplet: 1B, 0F and 0D. RGB value is (27,15,13). Sum of RGB (Red+Green+Blue) = 27+15+13=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F0D is #E4F0F2. Grayscale: #121212. Windows color (decimal): -15003891 or 855835. OLE color: 855835.

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

Color convert

RGB271513-
CMYK00.440.520.89
HSL8.57º35%7.84%-
HSV(B)8.57º51.85%10.59%-
XYZ0.70.60.46-
YUV18.36124.98134.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 49.09%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=49.09%
G=27.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27151300.440.520.898.57357.84
Hex1BFD02C34599238
Octal33171505464131114310
Binary11011111111010101100110100101100110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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