#1C1A0F

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

Shades of Maire #1C1A0F

Tints of Maire #1C1A0F

Color information

#1C1A0F (or 0x1C1A0F) is unknown color: approx Maire. HEX triplet: 1C, 1A and 0F. RGB value is (28,26,15). Sum of RGB (Red+Green+Blue) = 28+26+15=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1A0F is #E3E5F0. Grayscale: #191919. Windows color (decimal): -14935537 or 989724. OLE color: 989724.

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

Color convert

RGB282615-
CMYK00.070.460.89
HSL50.77º30.23%8.43%-
HSV(B)50.77º46.43%10.98%-
XYZ0.931.020.6-
YUV25.34122.16129.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40.58%
GREEN value IS 26 (10.55% from 255) = 37.68%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=40.58%
G=37.68%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28261500.070.460.8950.7730.238.43
Hex1C1AF072E59331e8
Octal3432170756131633610
Binary1110011010111101111011101011001110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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