Html Css Color HEX #180D0C Seal Brown

📋 copy color: '#180D0C'

red 24 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #180D0C

Tints of Seal Brown #180D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26.53%

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

R = 48.98%
G = 26.53%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#180D0C (or 0x180D0C) is known color: Seal Brown. HEX triplet: 18, 0D and 0C. RGB value is (24,13,12). Sum of RGB (Red+Green+Blue) = 24+13+12=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D0C is #E7F2F3. Grayscale: #101010. Windows color (decimal): -15201012 or 789784. OLE color: 789784.

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

Color convert

RGB 24 13 12 -
CMYK 0 0.46 0.50 0.91
HSL 0.33% 0.07% -
HSV(B) 0.5% 0.09% -
XYZ 0.59 0.51 0.42 -
YUV 16.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 24 13 12 0 0.46 0.50 0.91 5 0.33 0.07
Hex 18 D C 0 2E 32 5B 5 21 7
Octal 30 15 14 0 56 62 133 5 41 7
Binary 11000 1101 1100 0 101110 110010 1011011 101 100001 111

Color Harmonies of #180D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D0C

Black with #180D0C

Text Example


Text Example

White with #180D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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