#180E0A

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

Shades of Seal Brown #180E0A

Tints of Seal Brown #180E0A

Color information

#180E0A (or 0x180E0A) is unknown color: approx Seal Brown. HEX triplet: 18, 0E and 0A. RGB value is (24,14,10). Sum of RGB (Red+Green+Blue) = 24+14+10=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E0A is #E7F1F5. Grayscale: #101010. Windows color (decimal): -15200758 or 658968. OLE color: 658968.

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

Color convert

RGB241410-
CMYK00.420.580.91
HSL17.14º41.18%6.67%-
HSV(B)17.14º58.33%9.41%-
XYZ0.590.530.36-
YUV16.53124.31133.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 10 (4.30% from 255) = 20.83%
R=50%
G=29.17%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24141000.420.580.9117.1441.186.67
Hex18EA02A3A5B11297
Octal3016120527213321517
Binary11000111010100101010111010101101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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