#1B0D05

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

Shades of Seal Brown #1B0D05

Tints of Seal Brown #1B0D05

Color information

#1B0D05 (or 0x1B0D05) is unknown color: approx Seal Brown. HEX triplet: 1B, 0D and 05. RGB value is (27,13,5). Sum of RGB (Red+Green+Blue) = 27+13+5=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D05 is #E4F2FA. Grayscale: #101010. Windows color (decimal): -15004411 or 331035. OLE color: 331035.

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

Color convert

RGB27135-
CMYK00.520.810.89
HSL21.82º68.75%6.27%-
HSV(B)21.82º81.48%10.59%-
XYZ0.620.530.21-
YUV16.27121.64135.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 60%
GREEN value IS 13 (5.47% from 255) = 28.89%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=60%
G=28.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2713500.520.810.8921.8268.756.27
Hex1BD5034515916456
Octal33155064121131261056
Binary110111101101011010010100011011001101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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