#180E0E

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

Shades of Seal Brown #180E0E

Tints of Seal Brown #180E0E

Color information

#180E0E (or 0x180E0E) is unknown color: approx Seal Brown. HEX triplet: 18, 0E and 0E. RGB value is (24,14,14). Sum of RGB (Red+Green+Blue) = 24+14+14=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E0E is #E7F1F1. Grayscale: #111111. Windows color (decimal): -15200754 or 921112. OLE color: 921112.

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

Color convert

RGB241414-
CMYK00.420.420.91
HSL26.32%7.45%-
HSV(B)41.67%9.41%-
XYZ0.610.540.49-
YUV16.99126.31133-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=46.15%
G=26.92%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24141400.420.420.91026.327.45
Hex18EE02A2A5B01a7
Octal301616052521330327
Binary110001110111001010101010101011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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