#1D1C0A

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

Shades of Maire #1D1C0A

Tints of Maire #1D1C0A

Color information

#1D1C0A (or 0x1D1C0A) is unknown color: approx Maire. HEX triplet: 1D, 1C and 0A. RGB value is (29,28,10). Sum of RGB (Red+Green+Blue) = 29+28+10=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C0A is #E2E3F5. Grayscale: #1A1A1A. Windows color (decimal): -14869494 or 662557. OLE color: 662557.

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

Color convert

RGB292810-
CMYK00.030.660.89
HSL56.84º48.72%7.65%-
HSV(B)56.84º65.52%11.37%-
XYZ0.981.110.45-
YUV26.25118.83129.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.28%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=43.28%
G=41.79%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29281000.030.660.8956.8448.727.65
Hex1D1CA03425939318
Octal35341203102131716110
Binary11101111001010011100001010110011110011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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