#1B0D0A

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

Shades of Seal Brown #1B0D0A

Tints of Seal Brown #1B0D0A

Color information

#1B0D0A (or 0x1B0D0A) is unknown color: approx Seal Brown. HEX triplet: 1B, 0D and 0A. RGB value is (27,13,10). Sum of RGB (Red+Green+Blue) = 27+13+10=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D0A is #E4F2F5. Grayscale: #101010. Windows color (decimal): -15004406 or 658715. OLE color: 658715.

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

Color convert

RGB271310-
CMYK00.520.630.89
HSL10.59º45.95%7.25%-
HSV(B)10.59º62.96%10.59%-
XYZ0.650.540.36-
YUV16.84124.14135.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 54%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 10 (4.30% from 255) = 20%
R=54%
G=26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27131000.520.630.8910.5945.957.25
Hex1BDA0343F59b2e7
Octal3315120647713113567
Binary1101111011010011010011111110110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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