#1D0B01

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

Shades of Seal Brown #1D0B01

Tints of Seal Brown #1D0B01

Color information

#1D0B01 (or 0x1D0B01) is unknown color: approx Seal Brown. HEX triplet: 1D, 0B and 01. RGB value is (29,11,1). Sum of RGB (Red+Green+Blue) = 29+11+1=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B01 is #E2F4FE. Grayscale: #0F0F0F. Windows color (decimal): -14873855 or 68381. OLE color: 68381.

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

Color convert

RGB29111-
CMYK00.620.970.89
HSL21.43º93.33%5.88%-
HSV(B)21.43º96.55%11.37%-
XYZ0.630.50.09-
YUV15.24119.96137.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 70.73%
GREEN value IS 11 (4.69% from 255) = 26.83%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=70.73%
G=26.83%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2911100.620.970.8921.4393.335.88
Hex1DB103E6159155d6
Octal35131076141131251356
Binary1110110111011111011000011011001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,11,1); }

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

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

 a { background-color: rgb(29,11,1); }

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

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

 span { border-color: rgb(29,11,1); }

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