#1C0F0E

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

Shades of Seal Brown #1C0F0E

Tints of Seal Brown #1C0F0E

Color information

#1C0F0E (or 0x1C0F0E) is unknown color: approx Seal Brown. HEX triplet: 1C, 0F and 0E. RGB value is (28,15,14). Sum of RGB (Red+Green+Blue) = 28+15+14=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F0E is #E3F0F1. Grayscale: #121212. Windows color (decimal): -14938354 or 921372. OLE color: 921372.

HSL color Cylindrical-coordinate representation of color #1C0F0E: hue angle of 4.29º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C0F0E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.89.

Color convert

RGB281514-
CMYK00.460.500.89
HSL4.29º33.33%8.24%-
HSV(B)4.29º50%10.98%-
XYZ0.730.620.5-
YUV18.77125.31134.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 49.12%
GREEN value IS 15 (6.25% from 255) = 26.32%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=49.12%
G=26.32%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28151400.460.500.894.2933.338.24
Hex1CFE02E32594218
Octal3417160566213144110
Binary1110011111110010111011001010110011001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,14); }

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

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

 a { background-color: rgb(28,15,14); }

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

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

 span { border-color: rgb(28,15,14); }

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