#1B0A06

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

Shades of Seal Brown #1B0A06

Tints of Seal Brown #1B0A06

Color information

#1B0A06 (or 0x1B0A06) is unknown color: approx Seal Brown. HEX triplet: 1B, 0A and 06. RGB value is (27,10,6). Sum of RGB (Red+Green+Blue) = 27+10+6=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A06 is #E4F5F9. Grayscale: #0E0E0E. Windows color (decimal): -15005178 or 395803. OLE color: 395803.

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

Color convert

RGB27106-
CMYK00.630.780.89
HSL11.43º63.64%6.47%-
HSV(B)11.43º77.78%10.59%-
XYZ0.590.460.23-
YUV14.63123.13136.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 62.79%
GREEN value IS 10 (4.30% from 255) = 23.26%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=62.79%
G=23.26%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2710600.630.780.8911.4363.646.47
Hex1BA603F4E59b406
Octal33126077116131131006
Binary11011101011001111111001110101100110111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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