#180F0D

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

Shades of Seal Brown #180F0D

Tints of Seal Brown #180F0D

Color information

#180F0D (or 0x180F0D) is unknown color: approx Seal Brown. HEX triplet: 18, 0F and 0D. RGB value is (24,15,13). Sum of RGB (Red+Green+Blue) = 24+15+13=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F0D is #E7F0F2. Grayscale: #111111. Windows color (decimal): -15200499 or 855832. OLE color: 855832.

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

Color convert

RGB241513-
CMYK00.370.460.91
HSL10.91º29.73%7.25%-
HSV(B)10.91º45.83%9.41%-
XYZ0.620.560.46-
YUV17.46125.48132.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 13 (5.47% from 255) = 25%
R=46.15%
G=28.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24151300.370.460.9110.9129.737.25
Hex18FD0252E5Bb1e7
Octal3017150455613313367
Binary110001111110101001011011101011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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