#1C0C01

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

Shades of Seal Brown #1C0C01

Tints of Seal Brown #1C0C01

Color information

#1C0C01 (or 0x1C0C01) is unknown color: approx Seal Brown. HEX triplet: 1C, 0C and 01. RGB value is (28,12,1). Sum of RGB (Red+Green+Blue) = 28+12+1=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C01 is #E3F3FE. Grayscale: #0F0F0F. Windows color (decimal): -14939135 or 68636. OLE color: 68636.

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

Color convert

RGB28121-
CMYK00.570.960.89
HSL24.44º93.1%5.69%-
HSV(B)24.44º96.43%10.98%-
XYZ0.620.510.1-
YUV15.53119.8136.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 68.29%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=68.29%
G=29.27%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812100.570.960.8924.4493.15.69
Hex1CC10396059185d6
Octal34141071140131301356
Binary1110011001011100111000001011001110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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