#180E0B

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

Shades of Seal Brown #180E0B

Tints of Seal Brown #180E0B

Color information

#180E0B (or 0x180E0B) is unknown color: approx Seal Brown. HEX triplet: 18, 0E and 0B. RGB value is (24,14,11). Sum of RGB (Red+Green+Blue) = 24+14+11=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E0B is #E7F1F4. Grayscale: #101010. Windows color (decimal): -15200757 or 724504. OLE color: 724504.

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

Color convert

RGB241411-
CMYK00.420.540.91
HSL13.85º37.14%6.86%-
HSV(B)13.85º54.17%9.41%-
XYZ0.590.530.39-
YUV16.65124.81133.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48.98%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=48.98%
G=28.57%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24141100.420.540.9113.8537.146.86
Hex18EB02A365Be257
Octal3016130526613316457
Binary1100011101011010101011011010110111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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