Html Css Color HEX #180E0D Seal Brown

📋 copy color: '#180E0D'

red 24 ◦ green 14 ◦ blue 13

#180E0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #180E0D

Tints of Seal Brown #180E0D

RGB

 RED value IS 24 (9.77% from 255) = 47.06%

 GREEN value IS 14 (5.86% from 255) = 27.45%

 BLUE value IS 13 (5.47% from 255) = 25.49%

R = 47.06%
G = 27.45%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#180E0D (or 0x180E0D) is known color: Seal Brown. HEX triplet: 18, 0E and 0D. RGB value is (24,14,13). Sum of RGB (Red+Green+Blue) = 24+14+13=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E0D is #E7F1F2. Grayscale: #101010. Windows color (decimal): -15200755 or 855576. OLE color: 855576.

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

Color convert

RGB 24 14 13 -
CMYK 0 0.42 0.46 0.91
HSL 5.45º 0.3% 0.07% -
HSV(B) 5.45º 0.46% 0.09% -
XYZ 0.61 0.54 0.45 -
YUV 16.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 24 14 13 0 0.42 0.46 0.91 5.45 0.3 0.07
Hex 18 E D 0 2A 2E 5B 5 1E 7
Octal 30 16 15 0 52 56 133 5 36 7
Binary 11000 1110 1101 0 101010 101110 1011011 101 11110 111

Color Harmonies of #180E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E0D

Black with #180E0D

Text Example


Text Example

White with #180E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #180E0D;
 }
 .AnyTagClassName
 {
   color: #180E0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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