Html Css Color HEX #180E0B Seal Brown

📋 copy color: '#180E0B'

red 24 ◦ green 14 ◦ blue 11

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

Shades of Seal Brown #180E0B

Tints of Seal Brown #180E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 22.45%

R = 48.98%
G = 28.57%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#180E0B (or 0x180E0B) is known color: Seal Brown. HEX triplet: 18, 0E and 0B. RGB value is (24,14,11). Sum of RGB (Red+Green+Blue) = 24+14+11=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E0B is #E7F1F4. Grayscale: #101010. Windows color (decimal): -15200757 or 724504. OLE color: 724504.

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

Color convert

RGB 24 14 11 -
CMYK 0 0.42 0.54 0.91
HSL 13.85º 0.37% 0.07% -
HSV(B) 13.85º 0.54% 0.09% -
XYZ 0.59 0.53 0.39 -
YUV 16.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 24 14 11 0 0.42 0.54 0.91 13.85 0.37 0.07
Hex 18 E B 0 2A 36 5B E 25 7
Octal 30 16 13 0 52 66 133 16 45 7
Binary 11000 1110 1011 0 101010 110110 1011011 1110 100101 111

Color Harmonies of #180E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E0B

Black with #180E0B

Text Example


Text Example

White with #180E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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