Html Css Color HEX #180F0C Seal Brown

📋 copy color: '#180F0C'

red 24 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #180F0C

Tints of Seal Brown #180F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 47.06%
G = 29.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#180F0C (or 0x180F0C) is known color: Seal Brown. HEX triplet: 18, 0F and 0C. RGB value is (24,15,12). Sum of RGB (Red+Green+Blue) = 24+15+12=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F0C is #E7F0F3. Grayscale: #111111. Windows color (decimal): -15200500 or 790296. OLE color: 790296.

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

Color convert

RGB 24 15 12 -
CMYK 0 0.37 0.50 0.91
HSL 15º 0.33% 0.07% -
HSV(B) 15º 0.5% 0.09% -
XYZ 0.61 0.56 0.42 -
YUV 17.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 24 15 12 0 0.37 0.50 0.91 15 0.33 0.07
Hex 18 F C 0 25 32 5B F 21 7
Octal 30 17 14 0 45 62 133 17 41 7
Binary 11000 1111 1100 0 100101 110010 1011011 1111 100001 111

Color Harmonies of #180F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F0C

Black with #180F0C

Text Example


Text Example

White with #180F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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