#18100D

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

Shades of Seal Brown #18100D

Tints of Seal Brown #18100D

Color information

#18100D (or 0x18100D) is unknown color: approx Seal Brown. HEX triplet: 18, 10 and 0D. RGB value is (24,16,13). Sum of RGB (Red+Green+Blue) = 24+16+13=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #18100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18100D is #E7EFF2. Grayscale: #121212. Windows color (decimal): -15200243 or 856088. OLE color: 856088.

HSL color Cylindrical-coordinate representation of color #18100D: hue angle of 16.36º 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 #18100D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB241613-
CMYK00.330.460.91
HSL16.36º29.73%7.25%-
HSV(B)16.36º45.83%9.41%-
XYZ0.630.590.46-
YUV18.05125.15132.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=45.28%
G=30.19%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24161300.330.460.9116.3629.737.25
Hex1810D0212E5B101e7
Octal3020150415613320367
Binary11000100001101010000110111010110111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18100D; }

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

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

<style>
 a { background-color: #18100D; }

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

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

<style>
 span { border-color: #18100D; }

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

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