#1D0C08

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

Shades of Seal Brown #1D0C08

Tints of Seal Brown #1D0C08

Color information

#1D0C08 (or 0x1D0C08) is unknown color: approx Seal Brown. HEX triplet: 1D, 0C and 08. RGB value is (29,12,8). Sum of RGB (Red+Green+Blue) = 29+12+8=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0C08 is #E2F3F7. Grayscale: #101010. Windows color (decimal): -14873592 or 527389. OLE color: 527389.

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

Color convert

RGB29128-
CMYK00.590.720.89
HSL11.43º56.76%7.25%-
HSV(B)11.43º72.41%11.37%-
XYZ0.680.540.3-
YUV16.63123.13136.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 59.18%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=59.18%
G=24.49%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2912800.590.720.8911.4356.767.25
Hex1DC803B4859b397
Octal35141007311013113717
Binary11101110010000111011100100010110011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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