#1A0D05

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

Shades of Seal Brown #1A0D05

Tints of Seal Brown #1A0D05

Color information

#1A0D05 (or 0x1A0D05) is unknown color: approx Seal Brown. HEX triplet: 1A, 0D and 05. RGB value is (26,13,5). Sum of RGB (Red+Green+Blue) = 26+13+5=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D05 is #E5F2FA. Grayscale: #101010. Windows color (decimal): -15069947 or 331034. OLE color: 331034.

HSL color Cylindrical-coordinate representation of color #1A0D05: hue angle of 22.86º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0D05 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.90.

Color convert

RGB26135-
CMYK00.50.810.90
HSL22.86º67.74%6.08%-
HSV(B)22.86º80.77%10.2%-
XYZ0.60.520.21-
YUV15.98121.81135.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 59.09%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 5 (2.34% from 255) = 11.36%
R=59.09%
G=29.55%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2613500.50.810.9022.8667.746.08
Hex1AD5032515A17446
Octal32155062121132271046
Binary110101101101011001010100011011010101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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