#180F0B

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

Shades of Seal Brown #180F0B

Tints of Seal Brown #180F0B

Color information

#180F0B (or 0x180F0B) is unknown color: approx Seal Brown. HEX triplet: 18, 0F and 0B. RGB value is (24,15,11). Sum of RGB (Red+Green+Blue) = 24+15+11=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F0B is #E7F0F4. Grayscale: #111111. Windows color (decimal): -15200501 or 724760. OLE color: 724760.

HSL color Cylindrical-coordinate representation of color #180F0B: hue angle of 18.46º 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 #180F0B is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB241511-
CMYK00.370.540.91
HSL18.46º37.14%6.86%-
HSV(B)18.46º54.17%9.41%-
XYZ0.610.560.39-
YUV17.24124.48132.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 11 (4.69% from 255) = 22%
R=48%
G=30%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24151100.370.540.9118.4637.146.86
Hex18FB025365B12257
Octal3017130456613322457
Binary11000111110110100101110110101101110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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