#180E0D

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

Shades of Seal Brown #180E0D

Tints of Seal Brown #180E0D

Color information

#180E0D (or 0x180E0D) is unknown color: approx Seal Brown. HEX triplet: 18, 0E and 0D. RGB value is (24,14,13). Sum of RGB (Red+Green+Blue) = 24+14+13=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E0D is #E7F1F2. Grayscale: #101010. Windows color (decimal): -15200755 or 855576. OLE color: 855576.

HSL color Cylindrical-coordinate representation of color #180E0D: hue angle of 5.45º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #180E0D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB241413-
CMYK00.420.460.91
HSL5.45º29.73%7.25%-
HSV(B)5.45º45.83%9.41%-
XYZ0.610.540.45-
YUV16.88125.81133.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=47.06%
G=27.45%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24141300.420.460.915.4529.737.25
Hex18ED02A2E5B51e7
Octal301615052561335367
Binary11000111011010101010101110101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180E0D; }

 p { color: rgb(24,14,13); }

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

<style>
 a { background-color: #180E0D; }

 a { background-color: rgb(24,14,13); }

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

<style>
 span { border-color: #180E0D; }

 span { border-color: rgb(24,14,13); }

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