#1C0C09

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

Shades of Seal Brown #1C0C09

Tints of Seal Brown #1C0C09

Color information

#1C0C09 (or 0x1C0C09) is unknown color: approx Seal Brown. HEX triplet: 1C, 0C and 09. RGB value is (28,12,9). Sum of RGB (Red+Green+Blue) = 28+12+9=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C09 is #E3F3F6. Grayscale: #101010. Windows color (decimal): -14939127 or 592924. OLE color: 592924.

HSL color Cylindrical-coordinate representation of color #1C0C09: hue angle of 9.47º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C0C09 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB28129-
CMYK00.570.680.89
HSL9.47º51.35%7.25%-
HSV(B)9.47º67.86%10.98%-
XYZ0.660.530.33-
YUV16.44123.8136.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 57.14%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=57.14%
G=24.49%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812900.570.680.899.4751.357.25
Hex1CC903944599337
Octal34141107110413111637
Binary11100110010010111001100010010110011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0C09; }

 p { color: rgb(28,12,9); }

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

<style>
 a { background-color: #1C0C09; }

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

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

<style>
 span { border-color: #1C0C09; }

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

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