#1B0A05

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

Shades of Seal Brown #1B0A05

Tints of Seal Brown #1B0A05

Color information

#1B0A05 (or 0x1B0A05) is unknown color: approx Seal Brown. HEX triplet: 1B, 0A and 05. RGB value is (27,10,5). Sum of RGB (Red+Green+Blue) = 27+10+5=42 (5% of max value = 765). Red value is 27 (10.94% from 255 or 64.29% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A05 is #E4F5FA. Grayscale: #0E0E0E. Windows color (decimal): -15005179 or 330267. OLE color: 330267.

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

Color convert

RGB27105-
CMYK00.630.810.89
HSL13.64º68.75%6.27%-
HSV(B)13.64º81.48%10.59%-
XYZ0.590.460.2-
YUV14.51122.63136.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 64.29%
GREEN value IS 10 (4.30% from 255) = 23.81%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=64.29%
G=23.81%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2710500.630.810.8913.6468.756.27
Hex1BA503F5159e456
Octal33125077121131161056
Binary11011101010101111111010001101100111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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