#1C0A09

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

Shades of Seal Brown #1C0A09

Tints of Seal Brown #1C0A09

Color information

#1C0A09 (or 0x1C0A09) is unknown color: approx Seal Brown. HEX triplet: 1C, 0A and 09. RGB value is (28,10,9). Sum of RGB (Red+Green+Blue) = 28+10+9=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A09 is #E3F5F6. Grayscale: #0F0F0F. Windows color (decimal): -14939639 or 592412. OLE color: 592412.

HSL color Cylindrical-coordinate representation of color #1C0A09: hue angle of 3.16º 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 #1C0A09 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB28109-
CMYK00.640.680.89
HSL3.16º51.35%7.25%-
HSV(B)3.16º67.86%10.98%-
XYZ0.640.480.32-
YUV15.27124.46137.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 59.57%
GREEN value IS 10 (4.30% from 255) = 21.28%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=59.57%
G=21.28%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2810900.640.680.893.1651.357.25
Hex1CA904044593337
Octal34121101001041313637
Binary1110010101001010000001000100101100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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