#1C1B0F

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

Shades of Maire #1C1B0F

Tints of Maire #1C1B0F

Color information

#1C1B0F (or 0x1C1B0F) is unknown color: approx Maire. HEX triplet: 1C, 1B and 0F. RGB value is (28,27,15). Sum of RGB (Red+Green+Blue) = 28+27+15=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1B0F is #E3E4F0. Grayscale: #191919. Windows color (decimal): -14935281 or 989980. OLE color: 989980.

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

Color convert

RGB282715-
CMYK00.040.460.89
HSL55.38º30.23%8.43%-
HSV(B)55.38º46.43%10.98%-
XYZ0.961.070.61-
YUV25.93121.83129.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40%
GREEN value IS 27 (10.94% from 255) = 38.57%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=40%
G=38.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28271500.040.460.8955.3830.238.43
Hex1C1BF042E59371e8
Octal3433170456131673610
Binary1110011011111101001011101011001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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