#1D0B08

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

Shades of Seal Brown #1D0B08

Tints of Seal Brown #1D0B08

Color information

#1D0B08 (or 0x1D0B08) is unknown color: approx Seal Brown. HEX triplet: 1D, 0B and 08. RGB value is (29,11,8). Sum of RGB (Red+Green+Blue) = 29+11+8=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B08 is #E2F4F7. Grayscale: #101010. Windows color (decimal): -14873848 or 527133. OLE color: 527133.

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

Color convert

RGB29118-
CMYK00.620.720.89
HSL8.57º56.76%7.25%-
HSV(B)8.57º72.41%11.37%-
XYZ0.670.520.29-
YUV16.04123.46137.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 60.42%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 8 (3.52% from 255) = 16.67%
R=60.42%
G=22.92%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2911800.620.720.898.5756.767.25
Hex1DB803E48599397
Octal35131007611013111717
Binary11101101110000111110100100010110011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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