#180C0C

Color #180C0C Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #180C0C

Tints of Seal Brown #180C0C

Color information

#180C0C (or 0x180C0C) is unknown color: approx Seal Brown. HEX triplet: 18, 0C and 0C. RGB value is (24,12,12). Sum of RGB (Red+Green+Blue) = 24+12+12=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C0C is #E7F3F3. Grayscale: #0F0F0F. Windows color (decimal): -15201268 or 789528. OLE color: 789528.

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

Color convert

RGB241212-
CMYK00.500.500.91
HSL33.33%7.06%-
HSV(B)50%9.41%-
XYZ0.570.480.41-
YUV15.59125.98134-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24121200.500.500.91033.337.06
Hex18CC032325B0217
Octal301414062621330417
Binary1100011001100011001011001010110110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #180C0C;
 }
 .AnyTagClassName
 {
   color: #180C0C;
 }
</style>
background-color css

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

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

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

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

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

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