Html Css Color HEX #180F0B Seal Brown

📋 copy color: '#180F0B'

red 24 ◦ green 15 ◦ blue 11

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

Shades of Seal Brown #180F0B

Tints of Seal Brown #180F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 30%

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

R = 48%
G = 30%
B = 22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#180F0B (or 0x180F0B) is known color: Seal Brown. HEX triplet: 18, 0F and 0B. RGB value is (24,15,11). Sum of RGB (Red+Green+Blue) = 24+15+11=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F0B is #E7F0F4. Grayscale: #111111. Windows color (decimal): -15200501 or 724760. OLE color: 724760.

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

Color convert

RGB 24 15 11 -
CMYK 0 0.37 0.54 0.91
HSL 18.46º 0.37% 0.07% -
HSV(B) 18.46º 0.54% 0.09% -
XYZ 0.61 0.56 0.39 -
YUV 17.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 24 15 11 0 0.37 0.54 0.91 18.46 0.37 0.07
Hex 18 F B 0 25 36 5B 12 25 7
Octal 30 17 13 0 45 66 133 22 45 7
Binary 11000 1111 1011 0 100101 110110 1011011 10010 100101 111

Color Harmonies of #180F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F0B

Black with #180F0B

Text Example


Text Example

White with #180F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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