#1C1506

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

Shades of Maire #1C1506

Tints of Maire #1C1506

Color information

#1C1506 (or 0x1C1506) is unknown color: approx Maire. HEX triplet: 1C, 15 and 06. RGB value is (28,21,6). Sum of RGB (Red+Green+Blue) = 28+21+6=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1506 is #E3EAF9. Grayscale: #151515. Windows color (decimal): -14936826 or 398620. OLE color: 398620.

HSL color Cylindrical-coordinate representation of color #1C1506: hue angle of 40.91º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1506 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB28216-
CMYK00.250.790.89
HSL40.91º64.71%6.67%-
HSV(B)40.91º78.57%10.98%-
XYZ0.780.80.28-
YUV21.38119.32132.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=50.91%
G=38.18%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2821600.250.790.8940.9164.716.67
Hex1C1560194F5929417
Octal34256031117131511017
Binary1110010101110011001100111110110011010011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,21,6); }

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

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

 a { background-color: rgb(28,21,6); }

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

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

 span { border-color: rgb(28,21,6); }

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