#1B0E0D

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

Shades of Seal Brown #1B0E0D

Tints of Seal Brown #1B0E0D

Color information

#1B0E0D (or 0x1B0E0D) is unknown color: approx Seal Brown. HEX triplet: 1B, 0E and 0D. RGB value is (27,14,13). Sum of RGB (Red+Green+Blue) = 27+14+13=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E0D is #E4F1F2. Grayscale: #111111. Windows color (decimal): -15004147 or 855579. OLE color: 855579.

HSL color Cylindrical-coordinate representation of color #1B0E0D: hue angle of 4.29º 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 #1B0E0D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB271413-
CMYK00.480.520.89
HSL4.29º35%7.84%-
HSV(B)4.29º51.85%10.59%-
XYZ0.680.580.46-
YUV17.77125.31134.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=50%
G=25.93%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27141300.480.520.894.29357.84
Hex1BED03034594238
Octal3316150606413144310
Binary1101111101101011000011010010110011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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