#180F0E

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

Shades of Seal Brown #180F0E

Tints of Seal Brown #180F0E

Color information

#180F0E (or 0x180F0E) is unknown color: approx Seal Brown. HEX triplet: 18, 0F and 0E. RGB value is (24,15,14). Sum of RGB (Red+Green+Blue) = 24+15+14=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F0E is #E7F0F1. Grayscale: #111111. Windows color (decimal): -15200498 or 921368. OLE color: 921368.

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

Color convert

RGB241514-
CMYK00.370.420.91
HSL26.32%7.45%-
HSV(B)41.67%9.41%-
XYZ0.630.570.49-
YUV17.58125.98132.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=45.28%
G=28.30%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24151400.370.420.91626.327.45
Hex18FE0252A5B61a7
Octal301716045521336327
Binary11000111111100100101101010101101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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