#1C0A03

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

Shades of Seal Brown #1C0A03

Tints of Seal Brown #1C0A03

Color information

#1C0A03 (or 0x1C0A03) is unknown color: approx Seal Brown. HEX triplet: 1C, 0A and 03. RGB value is (28,10,3). Sum of RGB (Red+Green+Blue) = 28+10+3=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A03 is #E3F5FC. Grayscale: #0E0E0E. Windows color (decimal): -14939645 or 199196. OLE color: 199196.

HSL color Cylindrical-coordinate representation of color #1C0A03: hue angle of 16.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C0A03 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.89.

Color convert

RGB28103-
CMYK00.640.890.89
HSL16.8º80.65%6.08%-
HSV(B)16.8º89.29%10.98%-
XYZ0.60.470.15-
YUV14.58121.46137.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 68.29%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=68.29%
G=24.39%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2810300.640.890.8916.880.656.08
Hex1CA3040595911516
Octal341230100131131211216
Binary111001010110100000010110011011001100011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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